Shades of Lime Green #1CC62D
Tints of Lime Green #1CC62D
RGB
CMYK
RGB Variations
Color information
#1CC62D (or 0x1CC62D) is known color: Lime Green. HEX triplet: 1C, C6 and 2D. RGB value is (28,198,45). Sum of RGB (Red+Green+Blue) = 28+198+45=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 198 (77.73% from 255 or 73.06% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC62D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC62D is #E339D2. Grayscale: #828282. Windows color (decimal): -14891475 or 2999836. OLE color: 2999836.
HSL color Cylindrical-coordinate representation of color #1CC62D: hue angle of 126º 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 #1CC62D is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 45 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.22 |
| HSL | 126º | 0.75% | 0.44% | - |
| HSV(B) | 126º | 0.86% | 0.78% | - |
| XYZ | 21.15 | 40.82 | 9.25 | - |
| YUV | 129.73 | 80.18 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 45 | 0.86 | 0 | 0.77 | 0.22 | 126 | 0.75 | 0.44 |
| Hex | 1C | C6 | 2D | 56 | 0 | 4D | 16 | 7E | 4B | 2C |
| Octal | 34 | 306 | 55 | 126 | 0 | 115 | 26 | 176 | 113 | 54 |
| Binary | 11100 | 11000110 | 101101 | 1010110 | 0 | 1001101 | 10110 | 1111110 | 1001011 | 101100 |
Color Harmonies of #1CC62D
Complementary color
Monochromatic Colors of #1CC62D
Black with #1CC62D
Text Example
Text Example
White with #1CC62D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC62D; }
p { color: rgb(28,198,45); }
H1.HeaderClassName
{
color: #1CC62D;
}
.AnyTagClassName
{
color: #1CC62D;
}
</style>
background-color css
<style>
a { background-color: #1CC62D; }
a { background-color: rgb(28,198,45); }
div.DivClassName
{
background-color: #1CC62D;
}
.BgClassName
{
background-color: #1CC62D;
}
</style>
border-color css
<style>
span { border-color: #1CC62D; }
span { border-color: rgb(28,198,45); }
td.TdClassName
{
border-color: #1CC62D;
}
.TagClassName
{
border-color: #1CC62D;
}
</style>