#3CC04E

Color #3CC04E Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #3CC04E

Tints of Fruit Salad #3CC04E

Color information

#3CC04E (or 0x3CC04E) is unknown color: approx Fruit Salad. HEX triplet: 3C, C0 and 4E. RGB value is (60,192,78). Sum of RGB (Red+Green+Blue) = 60+192+78=330 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.18% from 330); Green value is 192 (75.39% from 255 or 58.18% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC04E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC04E is #C33FB1. Grayscale: #8B8B8B. Windows color (decimal): -12795826 or 5161020. OLE color: 5161020.

HSL color Cylindrical-coordinate representation of color #3CC04E: hue angle of 128.18º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC04E is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6019278-
CMYK0.6900.590.25
HSL128.18º52.38%49.41%-
HSV(B)128.18º68.75%75.29%-
XYZ22.0939.2113.61-
YUV139.5493.2771.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 18.18%
GREEN value IS 192 (75.39% from 255) = 58.18%
BLUE value IS 78 (30.86% from 255) = 23.64%
R=18.18%
G=58.18%
B=23.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal60192780.6900.590.25128.1852.3849.41
Hex3CC04E4503B19803431
Octal74300116105073312006461
Binary111100110000001001110100010101110111100110000000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC04E; }

 p { color: rgb(60,192,78); }

 H1.HeaderClassName
 {
   color: #3CC04E;
 }
 .AnyTagClassName
 {
   color: #3CC04E;
 }
</style>
background-color css

<style>
 a { background-color: #3CC04E; }

 a { background-color: rgb(60,192,78); }

 div.DivClassName
 {
   background-color: #3CC04E;
 }
 .BgClassName
 {
   background-color: #3CC04E;
 }
</style>
border-color css

<style>
 span { border-color: #3CC04E; }

 span { border-color: rgb(60,192,78); }

 td.TdClassName
 {
   border-color: #3CC04E;
 }
 .TagClassName
 {
   border-color: #3CC04E;
 }
</style>