Shades of Lime Green #37AF2F
Tints of Lime Green #37AF2F
RGB
CMYK
RGB Variations
Color information
#37AF2F (or 0x37AF2F) is known color: Lime Green. HEX triplet: 37, AF and 2F. RGB value is (55,175,47). Sum of RGB (Red+Green+Blue) = 55+175+47=277 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.86% from 277); Green value is 175 (68.75% from 255 or 63.18% from 277); Blue value is 47 (18.75% from 255 or 16.97% from 277); Max value from RGB is 175 - color contains mainly: green. Hex color #37AF2F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #37AF2F is #C850D0. Grayscale: #7C7C7C. Windows color (decimal): -13127889 or 3125047. OLE color: 3125047.
HSL color Cylindrical-coordinate representation of color #37AF2F: hue angle of 116.25º degrees, saturation: 0.58, 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 #37AF2F is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 55 | 175 | 47 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.31 |
| HSL | 116.25º | 0.58% | 0.44% | - |
| HSV(B) | 116.25º | 0.73% | 0.69% | - |
| XYZ | 17.42 | 31.68 | 7.89 | - |
| YUV | 124.53 | 84.24 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 175 | 47 | 0.69 | 0 | 0.73 | 0.31 | 116.25 | 0.58 | 0.44 |
| Hex | 37 | AF | 2F | 45 | 0 | 49 | 1F | 74 | 3A | 2C |
| Octal | 67 | 257 | 57 | 105 | 0 | 111 | 37 | 164 | 72 | 54 |
| Binary | 110111 | 10101111 | 101111 | 1000101 | 0 | 1001001 | 11111 | 1110100 | 111010 | 101100 |
Color Harmonies of #37AF2F
Complementary color
Monochromatic Colors of #37AF2F
Black with #37AF2F
Text Example
Text Example
White with #37AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AF2F; }
p { color: rgb(55,175,47); }
H1.HeaderClassName
{
color: #37AF2F;
}
.AnyTagClassName
{
color: #37AF2F;
}
</style>
background-color css
<style>
a { background-color: #37AF2F; }
a { background-color: rgb(55,175,47); }
div.DivClassName
{
background-color: #37AF2F;
}
.BgClassName
{
background-color: #37AF2F;
}
</style>
border-color css
<style>
span { border-color: #37AF2F; }
span { border-color: rgb(55,175,47); }
td.TdClassName
{
border-color: #37AF2F;
}
.TagClassName
{
border-color: #37AF2F;
}
</style>