Shades of Lime Green #39BB25
Tints of Lime Green #39BB25
RGB
CMYK
RGB Variations
Color information
#39BB25 (or 0x39BB25) is known color: Lime Green. HEX triplet: 39, BB and 25. RGB value is (57,187,37). Sum of RGB (Red+Green+Blue) = 57+187+37=281 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.28% from 281); Green value is 187 (73.44% from 255 or 66.55% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 187 - color contains mainly: green. Hex color #39BB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39BB25 is #C644DA. Grayscale: #838383. Windows color (decimal): -12993755 or 2472761. OLE color: 2472761.
HSL color Cylindrical-coordinate representation of color #39BB25: hue angle of 112º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39BB25 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 57 | 187 | 37 | - |
| CMYK | 0.70 | 0 | 0.80 | 0.27 |
| HSL | 112º | 0.67% | 0.44% | - |
| HSV(B) | 112º | 0.8% | 0.73% | - |
| XYZ | 19.79 | 36.54 | 7.76 | - |
| YUV | 131.03 | 74.93 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 187 | 37 | 0.70 | 0 | 0.80 | 0.27 | 112 | 0.67 | 0.44 |
| Hex | 39 | BB | 25 | 46 | 0 | 50 | 1B | 70 | 43 | 2C |
| Octal | 71 | 273 | 45 | 106 | 0 | 120 | 33 | 160 | 103 | 54 |
| Binary | 111001 | 10111011 | 100101 | 1000110 | 0 | 1010000 | 11011 | 1110000 | 1000011 | 101100 |
Color Harmonies of #39BB25
Complementary color
Monochromatic Colors of #39BB25
Black with #39BB25
Text Example
Text Example
White with #39BB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39BB25; }
p { color: rgb(57,187,37); }
H1.HeaderClassName
{
color: #39BB25;
}
.AnyTagClassName
{
color: #39BB25;
}
</style>
background-color css
<style>
a { background-color: #39BB25; }
a { background-color: rgb(57,187,37); }
div.DivClassName
{
background-color: #39BB25;
}
.BgClassName
{
background-color: #39BB25;
}
</style>
border-color css
<style>
span { border-color: #39BB25; }
span { border-color: rgb(57,187,37); }
td.TdClassName
{
border-color: #39BB25;
}
.TagClassName
{
border-color: #39BB25;
}
</style>