Shades of Lime Green #37AF30
Tints of Lime Green #37AF30
RGB
CMYK
RGB Variations
Color information
#37AF30 (or 0x37AF30) is known color: Lime Green. HEX triplet: 37, AF and 30. RGB value is (55,175,48). Sum of RGB (Red+Green+Blue) = 55+175+48=278 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.78% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 48 (19.14% from 255 or 17.27% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AF30 is #C850CF. Grayscale: #7D7D7D. Windows color (decimal): -13127888 or 3190583. OLE color: 3190583.
HSL color Cylindrical-coordinate representation of color #37AF30: hue angle of 116.69º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37AF30 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 175 | 48 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.31 |
| HSL | 116.69º | 0.57% | 0.44% | - |
| HSV(B) | 116.69º | 0.73% | 0.69% | - |
| XYZ | 17.44 | 31.69 | 7.99 | - |
| YUV | 124.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 175 | 48 | 0.69 | 0 | 0.73 | 0.31 | 116.69 | 0.57 | 0.44 |
| Hex | 37 | AF | 30 | 45 | 0 | 49 | 1F | 75 | 39 | 2C |
| Octal | 67 | 257 | 60 | 105 | 0 | 111 | 37 | 165 | 71 | 54 |
| Binary | 110111 | 10101111 | 110000 | 1000101 | 0 | 1001001 | 11111 | 1110101 | 111001 | 101100 |
Color Harmonies of #37AF30
Complementary color
Monochromatic Colors of #37AF30
Black with #37AF30
Text Example
Text Example
White with #37AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AF30; }
p { color: rgb(55,175,48); }
H1.HeaderClassName
{
color: #37AF30;
}
.AnyTagClassName
{
color: #37AF30;
}
</style>
background-color css
<style>
a { background-color: #37AF30; }
a { background-color: rgb(55,175,48); }
div.DivClassName
{
background-color: #37AF30;
}
.BgClassName
{
background-color: #37AF30;
}
</style>
border-color css
<style>
span { border-color: #37AF30; }
span { border-color: rgb(55,175,48); }
td.TdClassName
{
border-color: #37AF30;
}
.TagClassName
{
border-color: #37AF30;
}
</style>