Shades of Lime Green #37C74B
Tints of Lime Green #37C74B
RGB
CMYK
RGB Variations
Color information
#37C74B (or 0x37C74B) is known color: Lime Green. HEX triplet: 37, C7 and 4B. RGB value is (55,199,75). Sum of RGB (Red+Green+Blue) = 55+199+75=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 199 (78.12% from 255 or 60.49% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 199 - color contains mainly: green. Hex color #37C74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C74B is #C838B4. Grayscale: #8E8E8E. Windows color (decimal): -13121717 or 4966199. OLE color: 4966199.
HSL color Cylindrical-coordinate representation of color #37C74B: hue angle of 128.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C74B is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 199 | 75 | - |
| CMYK | 0.72 | 0 | 0.62 | 0.22 |
| HSL | 128.33º | 0.57% | 0.5% | - |
| HSV(B) | 128.33º | 0.72% | 0.78% | - |
| XYZ | 23.27 | 42.17 | 13.57 | - |
| YUV | 141.81 | 90.29 | 66.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 199 | 75 | 0.72 | 0 | 0.62 | 0.22 | 128.33 | 0.57 | 0.5 |
| Hex | 37 | C7 | 4B | 48 | 0 | 3E | 16 | 80 | 39 | 32 |
| Octal | 67 | 307 | 113 | 110 | 0 | 76 | 26 | 200 | 71 | 62 |
| Binary | 110111 | 11000111 | 1001011 | 1001000 | 0 | 111110 | 10110 | 10000000 | 111001 | 110010 |
Color Harmonies of #37C74B
Complementary color
Monochromatic Colors of #37C74B
Black with #37C74B
Text Example
Text Example
White with #37C74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C74B; }
p { color: rgb(55,199,75); }
H1.HeaderClassName
{
color: #37C74B;
}
.AnyTagClassName
{
color: #37C74B;
}
</style>
background-color css
<style>
a { background-color: #37C74B; }
a { background-color: rgb(55,199,75); }
div.DivClassName
{
background-color: #37C74B;
}
.BgClassName
{
background-color: #37C74B;
}
</style>
border-color css
<style>
span { border-color: #37C74B; }
span { border-color: rgb(55,199,75); }
td.TdClassName
{
border-color: #37C74B;
}
.TagClassName
{
border-color: #37C74B;
}
</style>