Shades of Lime Green #37CF25
Tints of Lime Green #37CF25
RGB
CMYK
RGB Variations
Color information
#37CF25 (or 0x37CF25) is known color: Lime Green. HEX triplet: 37, CF and 25. RGB value is (55,207,37). Sum of RGB (Red+Green+Blue) = 55+207+37=299 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.39% from 299); Green value is 207 (81.25% from 255 or 69.23% from 299); Blue value is 37 (14.84% from 255 or 12.37% from 299); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CF25 is #C830DA. Grayscale: #8E8E8E. Windows color (decimal): -13119707 or 2477879. OLE color: 2477879.
HSL color Cylindrical-coordinate representation of color #37CF25: hue angle of 113.65º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37CF25 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 37 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.19 |
| HSL | 113.65º | 0.7% | 0.48% | - |
| HSV(B) | 113.65º | 0.82% | 0.81% | - |
| XYZ | 24.22 | 45.57 | 9.27 | - |
| YUV | 142.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 37 | 0.73 | 0 | 0.82 | 0.19 | 113.65 | 0.7 | 0.48 |
| Hex | 37 | CF | 25 | 49 | 0 | 52 | 13 | 72 | 46 | 30 |
| Octal | 67 | 317 | 45 | 111 | 0 | 122 | 23 | 162 | 106 | 60 |
| Binary | 110111 | 11001111 | 100101 | 1001001 | 0 | 1010010 | 10011 | 1110010 | 1000110 | 110000 |
Color Harmonies of #37CF25
Complementary color
Monochromatic Colors of #37CF25
Black with #37CF25
Text Example
Text Example
White with #37CF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF25; }
p { color: rgb(55,207,37); }
H1.HeaderClassName
{
color: #37CF25;
}
.AnyTagClassName
{
color: #37CF25;
}
</style>
background-color css
<style>
a { background-color: #37CF25; }
a { background-color: rgb(55,207,37); }
div.DivClassName
{
background-color: #37CF25;
}
.BgClassName
{
background-color: #37CF25;
}
</style>
border-color css
<style>
span { border-color: #37CF25; }
span { border-color: rgb(55,207,37); }
td.TdClassName
{
border-color: #37CF25;
}
.TagClassName
{
border-color: #37CF25;
}
</style>