#3CCC36

Color #3CCC36 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #3CCC36

Tints of Lime Green #3CCC36

Color information

#3CCC36 (or 0x3CCC36) is unknown color: approx Lime Green. HEX triplet: 3C, CC and 36. RGB value is (60,204,54). Sum of RGB (Red+Green+Blue) = 60+204+54=318 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.87% from 318); Green value is 204 (80.08% from 255 or 64.15% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 204 - color contains mainly: green. Hex color #3CCC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCC36 is #C333C9. Grayscale: #909090. Windows color (decimal): -12792778 or 3591228. OLE color: 3591228.

HSL color Cylindrical-coordinate representation of color #3CCC36: hue angle of 117.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCC36 is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.2.

Color convert

RGB6020454-
CMYK0.7100.740.2
HSL117.6º59.52%50.59%-
HSV(B)117.6º73.53%80%-
XYZ24.1244.4110.79-
YUV143.8477.2968.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.87%
GREEN value IS 204 (80.08% from 255) = 64.15%
BLUE value IS 54 (21.48% from 255) = 16.98%
R=18.87%
G=64.15%
B=16.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal60204540.7100.740.2117.659.5250.59
Hex3CCC364704A14763c33
Octal74314661070112241667463
Binary11110011001100110110100011101001010101001110110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCC36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,204,54); }

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

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

 a { background-color: rgb(60,204,54); }

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

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

 span { border-color: rgb(60,204,54); }

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