Shades of Lime Green #1CC62F
Tints of Lime Green #1CC62F
RGB
CMYK
RGB Variations
Color information
#1CC62F (or 0x1CC62F) is known color: Lime Green. HEX triplet: 1C, C6 and 2F. RGB value is (28,198,47). Sum of RGB (Red+Green+Blue) = 28+198+47=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 198 (77.73% from 255 or 72.53% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC62F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC62F is #E339D0. Grayscale: #828282. Windows color (decimal): -14891473 or 3130908. OLE color: 3130908.
HSL color Cylindrical-coordinate representation of color #1CC62F: hue angle of 126.71º 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 #1CC62F is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 47 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.22 |
| HSL | 126.71º | 0.75% | 0.44% | - |
| HSV(B) | 126.71º | 0.86% | 0.78% | - |
| XYZ | 21.19 | 40.84 | 9.46 | - |
| YUV | 129.96 | 81.18 | 55.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 47 | 0.86 | 0 | 0.76 | 0.22 | 126.71 | 0.75 | 0.44 |
| Hex | 1C | C6 | 2F | 56 | 0 | 4C | 16 | 7F | 4B | 2C |
| Octal | 34 | 306 | 57 | 126 | 0 | 114 | 26 | 177 | 113 | 54 |
| Binary | 11100 | 11000110 | 101111 | 1010110 | 0 | 1001100 | 10110 | 1111111 | 1001011 | 101100 |
Color Harmonies of #1CC62F
Complementary color
Monochromatic Colors of #1CC62F
Black with #1CC62F
Text Example
Text Example
White with #1CC62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC62F; }
p { color: rgb(28,198,47); }
H1.HeaderClassName
{
color: #1CC62F;
}
.AnyTagClassName
{
color: #1CC62F;
}
</style>
background-color css
<style>
a { background-color: #1CC62F; }
a { background-color: rgb(28,198,47); }
div.DivClassName
{
background-color: #1CC62F;
}
.BgClassName
{
background-color: #1CC62F;
}
</style>
border-color css
<style>
span { border-color: #1CC62F; }
span { border-color: rgb(28,198,47); }
td.TdClassName
{
border-color: #1CC62F;
}
.TagClassName
{
border-color: #1CC62F;
}
</style>