Shades of Lime Green #37FF2F
Tints of Lime Green #37FF2F
RGB
CMYK
RGB Variations
Color information
#37FF2F (or 0x37FF2F) is known color: Lime Green. HEX triplet: 37, FF and 2F. RGB value is (55,255,47). Sum of RGB (Red+Green+Blue) = 55+255+47=357 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.41% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #37FF2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FF2F is #C800D0. Grayscale: #ACACAC. Windows color (decimal): -13107409 or 3145527. OLE color: 3145527.
HSL color Cylindrical-coordinate representation of color #37FF2F: hue angle of 117.69º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37FF2F is Cyan = 0.78, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 55 | 255 | 47 | - |
| CMYK | 0.78 | 0 | 0.82 | 0 |
| HSL | 117.69º | 1% | 0.59% | - |
| HSV(B) | 117.69º | 0.82% | 1% | - |
| XYZ | 37.85 | 72.54 | 14.7 | - |
| YUV | 171.49 | 57.74 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 255 | 47 | 0.78 | 0 | 0.82 | 0 | 117.69 | 1 | 0.59 |
| Hex | 37 | FF | 2F | 4E | 0 | 52 | 0 | 76 | 64 | 3B |
| Octal | 67 | 377 | 57 | 116 | 0 | 122 | 0 | 166 | 144 | 73 |
| Binary | 110111 | 11111111 | 101111 | 1001110 | 0 | 1010010 | 0 | 1110110 | 1100100 | 111011 |
Color Harmonies of #37FF2F
Complementary color
Monochromatic Colors of #37FF2F
Black with #37FF2F
Text Example
Text Example
White with #37FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FF2F; }
p { color: rgb(55,255,47); }
H1.HeaderClassName
{
color: #37FF2F;
}
.AnyTagClassName
{
color: #37FF2F;
}
</style>
background-color css
<style>
a { background-color: #37FF2F; }
a { background-color: rgb(55,255,47); }
div.DivClassName
{
background-color: #37FF2F;
}
.BgClassName
{
background-color: #37FF2F;
}
</style>
border-color css
<style>
span { border-color: #37FF2F; }
span { border-color: rgb(55,255,47); }
td.TdClassName
{
border-color: #37FF2F;
}
.TagClassName
{
border-color: #37FF2F;
}
</style>