#3CBB39

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

Shades of Lime Green #3CBB39

Tints of Lime Green #3CBB39

Color information

#3CBB39 (or 0x3CBB39) is unknown color: approx Lime Green. HEX triplet: 3C, BB and 39. RGB value is (60,187,57). Sum of RGB (Red+Green+Blue) = 60+187+57=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 187 (73.44% from 255 or 61.51% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBB39 is #C344C6. Grayscale: #868686. Windows color (decimal): -12797127 or 3783484. OLE color: 3783484.

HSL color Cylindrical-coordinate representation of color #3CBB39: hue angle of 118.62º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CBB39 is Cyan = 0.68, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB6018757-
CMYK0.6800.700.27
HSL118.62º53.28%47.84%-
HSV(B)118.62º69.52%73.33%-
XYZ20.3736.89.9-
YUV134.2184.4275.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.74%
GREEN value IS 187 (73.44% from 255) = 61.51%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=19.74%
G=61.51%
B=18.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal60187570.6800.700.27118.6253.2847.84
Hex3CBB39440461B773530
Octal74273711040106331676560
Binary11110010111011111001100010001000110110111110111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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