Shades of Lime Green #1CC52E
Tints of Lime Green #1CC52E
RGB
CMYK
RGB Variations
Color information
#1CC52E (or 0x1CC52E) is known color: Lime Green. HEX triplet: 1C, C5 and 2E. RGB value is (28,197,46). Sum of RGB (Red+Green+Blue) = 28+197+46=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 46 (18.36% from 255 or 16.97% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #1CC52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC52E is #E33AD1. Grayscale: #818181. Windows color (decimal): -14891730 or 3065116. OLE color: 3065116.
HSL color Cylindrical-coordinate representation of color #1CC52E: hue angle of 126.39º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC52E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 28 | 197 | 46 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.23 |
| HSL | 126.39º | 0.75% | 0.44% | - |
| HSV(B) | 126.39º | 0.86% | 0.77% | - |
| XYZ | 20.94 | 40.38 | 9.27 | - |
| YUV | 129.26 | 81.01 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 46 | 0.86 | 0 | 0.77 | 0.23 | 126.39 | 0.75 | 0.44 |
| Hex | 1C | C5 | 2E | 56 | 0 | 4D | 17 | 7E | 4B | 2C |
| Octal | 34 | 305 | 56 | 126 | 0 | 115 | 27 | 176 | 113 | 54 |
| Binary | 11100 | 11000101 | 101110 | 1010110 | 0 | 1001101 | 10111 | 1111110 | 1001011 | 101100 |
Color Harmonies of #1CC52E
Complementary color
Monochromatic Colors of #1CC52E
Black with #1CC52E
Text Example
Text Example
White with #1CC52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC52E; }
p { color: rgb(28,197,46); }
H1.HeaderClassName
{
color: #1CC52E;
}
.AnyTagClassName
{
color: #1CC52E;
}
</style>
background-color css
<style>
a { background-color: #1CC52E; }
a { background-color: rgb(28,197,46); }
div.DivClassName
{
background-color: #1CC52E;
}
.BgClassName
{
background-color: #1CC52E;
}
</style>
border-color css
<style>
span { border-color: #1CC52E; }
span { border-color: rgb(28,197,46); }
td.TdClassName
{
border-color: #1CC52E;
}
.TagClassName
{
border-color: #1CC52E;
}
</style>