Shades of Lime Green #37FB42
Tints of Lime Green #37FB42
RGB
CMYK
RGB Variations
Color information
#37FB42 (or 0x37FB42) is known color: Lime Green. HEX triplet: 37, FB and 42. RGB value is (55,251,66). Sum of RGB (Red+Green+Blue) = 55+251+66=372 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.78% from 372); Green value is 251 (98.44% from 255 or 67.47% from 372); Blue value is 66 (26.17% from 255 or 17.74% from 372); Max value from RGB is 251 - color contains mainly: green. Hex color #37FB42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FB42 is #C804BD. Grayscale: #ABABAB. Windows color (decimal): -13108414 or 4389687. OLE color: 4389687.
HSL color Cylindrical-coordinate representation of color #37FB42: hue angle of 123.37º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FB42 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 66 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.02 |
| HSL | 123.37º | 0.96% | 0.6% | - |
| HSV(B) | 123.37º | 0.78% | 0.98% | - |
| XYZ | 37.06 | 70.2 | 16.75 | - |
| YUV | 171.31 | 68.57 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 66 | 0.78 | 0 | 0.74 | 0.02 | 123.37 | 0.96 | 0.6 |
| Hex | 37 | FB | 42 | 4E | 0 | 4A | 2 | 7B | 60 | 3C |
| Octal | 67 | 373 | 102 | 116 | 0 | 112 | 2 | 173 | 140 | 74 |
| Binary | 110111 | 11111011 | 1000010 | 1001110 | 0 | 1001010 | 10 | 1111011 | 1100000 | 111100 |
Color Harmonies of #37FB42
Complementary color
Monochromatic Colors of #37FB42
Black with #37FB42
Text Example
Text Example
White with #37FB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FB42; }
p { color: rgb(55,251,66); }
H1.HeaderClassName
{
color: #37FB42;
}
.AnyTagClassName
{
color: #37FB42;
}
</style>
background-color css
<style>
a { background-color: #37FB42; }
a { background-color: rgb(55,251,66); }
div.DivClassName
{
background-color: #37FB42;
}
.BgClassName
{
background-color: #37FB42;
}
</style>
border-color css
<style>
span { border-color: #37FB42; }
span { border-color: rgb(55,251,66); }
td.TdClassName
{
border-color: #37FB42;
}
.TagClassName
{
border-color: #37FB42;
}
</style>