#3CCD39

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

Shades of Lime Green #3CCD39

Tints of Lime Green #3CCD39

Color information

#3CCD39 (or 0x3CCD39) is unknown color: approx Lime Green. HEX triplet: 3C, CD and 39. RGB value is (60,205,57). Sum of RGB (Red+Green+Blue) = 60+205+57=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 205 (80.47% from 255 or 63.66% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 205 - color contains mainly: green. Hex color #3CCD39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CCD39 is #C332C6. Grayscale: #919191. Windows color (decimal): -12792519 or 3788092. OLE color: 3788092.

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

Color convert

RGB6020557-
CMYK0.7100.720.20
HSL118.78º59.68%51.37%-
HSV(B)118.78º72.2%80.39%-
XYZ24.4344.9211.25-
YUV144.7778.4667.53-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 205 (80.47% from 255) = 63.66%
BLUE value IS 57 (22.66% from 255) = 17.70%
R=18.63%
G=63.66%
B=17.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal60205570.7100.720.20118.7859.6851.37
Hex3CCD394704814773c33
Octal74315711070110241677463
Binary11110011001101111001100011101001000101001110111111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CCD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,205,57); }

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

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

 a { background-color: rgb(60,205,57); }

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

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

 span { border-color: rgb(60,205,57); }

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