Shades of Lime Green #1CC62E
Tints of Lime Green #1CC62E
RGB
CMYK
RGB Variations
Color information
#1CC62E (or 0x1CC62E) is known color: Lime Green. HEX triplet: 1C, C6 and 2E. RGB value is (28,198,46). Sum of RGB (Red+Green+Blue) = 28+198+46=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 198 (77.73% from 255 or 72.79% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC62E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC62E is #E339D1. Grayscale: #828282. Windows color (decimal): -14891474 or 3065372. OLE color: 3065372.
HSL color Cylindrical-coordinate representation of color #1CC62E: hue angle of 126.35º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC62E is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 46 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.22 |
| HSL | 126.35º | 0.75% | 0.44% | - |
| HSV(B) | 126.35º | 0.86% | 0.78% | - |
| XYZ | 21.17 | 40.83 | 9.35 | - |
| YUV | 129.84 | 80.68 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 46 | 0.86 | 0 | 0.77 | 0.22 | 126.35 | 0.75 | 0.44 |
| Hex | 1C | C6 | 2E | 56 | 0 | 4D | 16 | 7E | 4B | 2C |
| Octal | 34 | 306 | 56 | 126 | 0 | 115 | 26 | 176 | 113 | 54 |
| Binary | 11100 | 11000110 | 101110 | 1010110 | 0 | 1001101 | 10110 | 1111110 | 1001011 | 101100 |
Color Harmonies of #1CC62E
Complementary color
Monochromatic Colors of #1CC62E
Black with #1CC62E
Text Example
Text Example
White with #1CC62E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC62E; }
p { color: rgb(28,198,46); }
H1.HeaderClassName
{
color: #1CC62E;
}
.AnyTagClassName
{
color: #1CC62E;
}
</style>
background-color css
<style>
a { background-color: #1CC62E; }
a { background-color: rgb(28,198,46); }
div.DivClassName
{
background-color: #1CC62E;
}
.BgClassName
{
background-color: #1CC62E;
}
</style>
border-color css
<style>
span { border-color: #1CC62E; }
span { border-color: rgb(28,198,46); }
td.TdClassName
{
border-color: #1CC62E;
}
.TagClassName
{
border-color: #1CC62E;
}
</style>