Shades of Lime Green #39BB3C
Tints of Lime Green #39BB3C
RGB
CMYK
RGB Variations
Color information
#39BB3C (or 0x39BB3C) is known color: 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
| RGB | 57 | 187 | 60 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.27 |
| HSL | 121.38º | 0.53% | 0.48% | - |
| HSV(B) | 121.38º | 0.7% | 0.73% | - |
| XYZ | 20.27 | 36.74 | 10.3 | - |
| YUV | 133.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 60 | 0.70 | 0 | 0.68 | 0.27 | 121.38 | 0.53 | 0.48 |
| Hex | 39 | BB | 3C | 46 | 0 | 44 | 1B | 79 | 35 | 30 |
| Octal | 71 | 273 | 74 | 106 | 0 | 104 | 33 | 171 | 65 | 60 |
| Binary | 111001 | 10111011 | 111100 | 1000110 | 0 | 1000100 | 11011 | 1111001 | 110101 | 110000 |
Color Harmonies of #39BB3C
Complementary color
Monochromatic Colors of #39BB3C
Black with #39BB3C
Text Example
Text Example
White with #39BB3C
Text Example
Text Example
HTML Codes & Css Web 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>