#39BB3C

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

Shades of Lime Green #39BB3C

Tints of Lime Green #39BB3C

Color information

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

HSL color Cylindrical-coordinate representation of color #39BB3C: hue angle of 121.38º 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 #39BB3C is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB5718760-
CMYK0.7000.680.27
HSL121.38º53.28%47.84%-
HSV(B)121.38º69.52%73.33%-
XYZ20.2736.7410.3-
YUV133.6586.4373.33-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal57187600.7000.680.27121.3853.2847.84
Hex39BB3C460441B793530
Octal71273741060104331716560
Binary11100110111011111100100011001000100110111111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39BB3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39BB3C; }

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

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

<style>
 a { background-color: #39BB3C; }

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

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

<style>
 span { border-color: #39BB3C; }

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

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