Shades of Lime Green #1CB72F
Tints of Lime Green #1CB72F
RGB
CMYK
RGB Variations
Color information
#1CB72F (or 0x1CB72F) is known color: Lime Green. HEX triplet: 1C, B7 and 2F. RGB value is (28,183,47). Sum of RGB (Red+Green+Blue) = 28+183+47=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #1CB72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB72F is #E348D0. Grayscale: #797979. Windows color (decimal): -14895313 or 3127068. OLE color: 3127068.
HSL color Cylindrical-coordinate representation of color #1CB72F: hue angle of 127.35º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB72F is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 28 | 183 | 47 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.28 |
| HSL | 127.35º | 0.73% | 0.41% | - |
| HSV(B) | 127.35º | 0.85% | 0.72% | - |
| XYZ | 17.93 | 34.32 | 8.37 | - |
| YUV | 121.15 | 86.15 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 47 | 0.85 | 0 | 0.74 | 0.28 | 127.35 | 0.73 | 0.41 |
| Hex | 1C | B7 | 2F | 55 | 0 | 4A | 1C | 7F | 49 | 29 |
| Octal | 34 | 267 | 57 | 125 | 0 | 112 | 34 | 177 | 111 | 51 |
| Binary | 11100 | 10110111 | 101111 | 1010101 | 0 | 1001010 | 11100 | 1111111 | 1001001 | 101001 |
Color Harmonies of #1CB72F
Complementary color
Monochromatic Colors of #1CB72F
Black with #1CB72F
Text Example
Text Example
White with #1CB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB72F; }
p { color: rgb(28,183,47); }
H1.HeaderClassName
{
color: #1CB72F;
}
.AnyTagClassName
{
color: #1CB72F;
}
</style>
background-color css
<style>
a { background-color: #1CB72F; }
a { background-color: rgb(28,183,47); }
div.DivClassName
{
background-color: #1CB72F;
}
.BgClassName
{
background-color: #1CB72F;
}
</style>
border-color css
<style>
span { border-color: #1CB72F; }
span { border-color: rgb(28,183,47); }
td.TdClassName
{
border-color: #1CB72F;
}
.TagClassName
{
border-color: #1CB72F;
}
</style>