Shades of Lime Green #37CA26
Tints of Lime Green #37CA26
RGB
CMYK
RGB Variations
Color information
#37CA26 (or 0x37CA26) is known color: Lime Green. HEX triplet: 37, CA and 26. RGB value is (55,202,38). Sum of RGB (Red+Green+Blue) = 55+202+38=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 202 (79.30% from 255 or 68.47% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA26 is #C835D9. Grayscale: #8B8B8B. Windows color (decimal): -13120986 or 2542135. OLE color: 2542135.
HSL color Cylindrical-coordinate representation of color #37CA26: hue angle of 113.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37CA26 is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 38 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.21 |
| HSL | 113.78º | 0.68% | 0.47% | - |
| HSV(B) | 113.78º | 0.81% | 0.79% | - |
| XYZ | 23.05 | 43.19 | 8.96 | - |
| YUV | 139.35 | 70.8 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 38 | 0.73 | 0 | 0.81 | 0.21 | 113.78 | 0.68 | 0.47 |
| Hex | 37 | CA | 26 | 49 | 0 | 51 | 15 | 72 | 44 | 2F |
| Octal | 67 | 312 | 46 | 111 | 0 | 121 | 25 | 162 | 104 | 57 |
| Binary | 110111 | 11001010 | 100110 | 1001001 | 0 | 1010001 | 10101 | 1110010 | 1000100 | 101111 |
Color Harmonies of #37CA26
Complementary color
Monochromatic Colors of #37CA26
Black with #37CA26
Text Example
Text Example
White with #37CA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA26; }
p { color: rgb(55,202,38); }
H1.HeaderClassName
{
color: #37CA26;
}
.AnyTagClassName
{
color: #37CA26;
}
</style>
background-color css
<style>
a { background-color: #37CA26; }
a { background-color: rgb(55,202,38); }
div.DivClassName
{
background-color: #37CA26;
}
.BgClassName
{
background-color: #37CA26;
}
</style>
border-color css
<style>
span { border-color: #37CA26; }
span { border-color: rgb(55,202,38); }
td.TdClassName
{
border-color: #37CA26;
}
.TagClassName
{
border-color: #37CA26;
}
</style>