#3CC04F

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

Shades of Fruit Salad #3CC04F

Tints of Fruit Salad #3CC04F

Color information

#3CC04F (or 0x3CC04F) is unknown color: approx Fruit Salad. HEX triplet: 3C, C0 and 4F. RGB value is (60,192,79). Sum of RGB (Red+Green+Blue) = 60+192+79=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 192 (75.39% from 255 or 58.01% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC04F is #C33FB0. Grayscale: #8B8B8B. Windows color (decimal): -12795825 or 5226556. OLE color: 5226556.

HSL color Cylindrical-coordinate representation of color #3CC04F: hue angle of 128.64º 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 #3CC04F is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB6019279-
CMYK0.6900.590.25
HSL128.64º52.38%49.41%-
HSV(B)128.64º68.75%75.29%-
XYZ22.1239.2213.8-
YUV139.6593.7771.19-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.13%
GREEN value IS 192 (75.39% from 255) = 58.01%
BLUE value IS 79 (31.25% from 255) = 23.87%
R=18.13%
G=58.01%
B=23.87%

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
Decimal60192790.6900.590.25128.6452.3849.41
Hex3CC04F4503B19813431
Octal74300117105073312016461
Binary111100110000001001111100010101110111100110000001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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