Shades of Lime Green #1CC72B
Tints of Lime Green #1CC72B
RGB
CMYK
RGB Variations
Color information
#1CC72B (or 0x1CC72B) is known color: Lime Green. HEX triplet: 1C, C7 and 2B. RGB value is (28,199,43). Sum of RGB (Red+Green+Blue) = 28+199+43=270 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.37% from 270); Green value is 199 (78.12% from 255 or 73.70% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 199 - color contains mainly: green. Hex color #1CC72B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC72B is #E338D4. Grayscale: #828282. Windows color (decimal): -14891221 or 2869020. OLE color: 2869020.
HSL color Cylindrical-coordinate representation of color #1CC72B: hue angle of 125.26º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC72B is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 199 | 43 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.22 |
| HSL | 125.26º | 0.75% | 0.45% | - |
| HSV(B) | 125.26º | 0.86% | 0.78% | - |
| XYZ | 21.34 | 41.27 | 9.13 | - |
| YUV | 130.09 | 78.85 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 199 | 43 | 0.86 | 0 | 0.78 | 0.22 | 125.26 | 0.75 | 0.45 |
| Hex | 1C | C7 | 2B | 56 | 0 | 4E | 16 | 7D | 4B | 2D |
| Octal | 34 | 307 | 53 | 126 | 0 | 116 | 26 | 175 | 113 | 55 |
| Binary | 11100 | 11000111 | 101011 | 1010110 | 0 | 1001110 | 10110 | 1111101 | 1001011 | 101101 |
Color Harmonies of #1CC72B
Complementary color
Monochromatic Colors of #1CC72B
Black with #1CC72B
Text Example
Text Example
White with #1CC72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC72B; }
p { color: rgb(28,199,43); }
H1.HeaderClassName
{
color: #1CC72B;
}
.AnyTagClassName
{
color: #1CC72B;
}
</style>
background-color css
<style>
a { background-color: #1CC72B; }
a { background-color: rgb(28,199,43); }
div.DivClassName
{
background-color: #1CC72B;
}
.BgClassName
{
background-color: #1CC72B;
}
</style>
border-color css
<style>
span { border-color: #1CC72B; }
span { border-color: rgb(28,199,43); }
td.TdClassName
{
border-color: #1CC72B;
}
.TagClassName
{
border-color: #1CC72B;
}
</style>