Shades of Lime Green #37B427
Tints of Lime Green #37B427
RGB
CMYK
RGB Variations
Color information
#37B427 (or 0x37B427) is known color: Lime Green. HEX triplet: 37, B4 and 27. RGB value is (55,180,39). Sum of RGB (Red+Green+Blue) = 55+180+39=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 180 (70.70% from 255 or 65.69% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 180 - color contains mainly: green. Hex color #37B427 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B427 is #C84BD8. Grayscale: #7E7E7E. Windows color (decimal): -13126617 or 2602039. OLE color: 2602039.
HSL color Cylindrical-coordinate representation of color #37B427: hue angle of 113.19º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37B427 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 180 | 39 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.29 |
| HSL | 113.19º | 0.64% | 0.43% | - |
| HSV(B) | 113.19º | 0.78% | 0.71% | - |
| XYZ | 18.26 | 33.6 | 7.44 | - |
| YUV | 126.55 | 78.59 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 180 | 39 | 0.69 | 0 | 0.78 | 0.29 | 113.19 | 0.64 | 0.43 |
| Hex | 37 | B4 | 27 | 45 | 0 | 4E | 1D | 71 | 40 | 2B |
| Octal | 67 | 264 | 47 | 105 | 0 | 116 | 35 | 161 | 100 | 53 |
| Binary | 110111 | 10110100 | 100111 | 1000101 | 0 | 1001110 | 11101 | 1110001 | 1000000 | 101011 |
Color Harmonies of #37B427
Complementary color
Monochromatic Colors of #37B427
Black with #37B427
Text Example
Text Example
White with #37B427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B427; }
p { color: rgb(55,180,39); }
H1.HeaderClassName
{
color: #37B427;
}
.AnyTagClassName
{
color: #37B427;
}
</style>
background-color css
<style>
a { background-color: #37B427; }
a { background-color: rgb(55,180,39); }
div.DivClassName
{
background-color: #37B427;
}
.BgClassName
{
background-color: #37B427;
}
</style>
border-color css
<style>
span { border-color: #37B427; }
span { border-color: rgb(55,180,39); }
td.TdClassName
{
border-color: #37B427;
}
.TagClassName
{
border-color: #37B427;
}
</style>