Shades of Lime Green #37CF42
Tints of Lime Green #37CF42
RGB
CMYK
RGB Variations
Color information
#37CF42 (or 0x37CF42) is known color: Lime Green. HEX triplet: 37, CF and 42. RGB value is (55,207,66). Sum of RGB (Red+Green+Blue) = 55+207+66=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 207 (81.25% from 255 or 63.11% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 207 - color contains mainly: green. Hex color #37CF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CF42 is #C830BD. Grayscale: #919191. Windows color (decimal): -13119678 or 4378423. OLE color: 4378423.
HSL color Cylindrical-coordinate representation of color #37CF42: hue angle of 124.34º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CF42 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 207 | 66 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.19 |
| HSL | 124.34º | 0.61% | 0.51% | - |
| HSV(B) | 124.34º | 0.73% | 0.81% | - |
| XYZ | 24.87 | 45.83 | 12.69 | - |
| YUV | 145.48 | 83.14 | 63.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 207 | 66 | 0.73 | 0 | 0.68 | 0.19 | 124.34 | 0.61 | 0.51 |
| Hex | 37 | CF | 42 | 49 | 0 | 44 | 13 | 7C | 3D | 33 |
| Octal | 67 | 317 | 102 | 111 | 0 | 104 | 23 | 174 | 75 | 63 |
| Binary | 110111 | 11001111 | 1000010 | 1001001 | 0 | 1000100 | 10011 | 1111100 | 111101 | 110011 |
Color Harmonies of #37CF42
Complementary color
Monochromatic Colors of #37CF42
Black with #37CF42
Text Example
Text Example
White with #37CF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CF42; }
p { color: rgb(55,207,66); }
H1.HeaderClassName
{
color: #37CF42;
}
.AnyTagClassName
{
color: #37CF42;
}
</style>
background-color css
<style>
a { background-color: #37CF42; }
a { background-color: rgb(55,207,66); }
div.DivClassName
{
background-color: #37CF42;
}
.BgClassName
{
background-color: #37CF42;
}
</style>
border-color css
<style>
span { border-color: #37CF42; }
span { border-color: rgb(55,207,66); }
td.TdClassName
{
border-color: #37CF42;
}
.TagClassName
{
border-color: #37CF42;
}
</style>