Shades of Lime Green #1CC62A
Tints of Lime Green #1CC62A
RGB
CMYK
RGB Variations
Color information
#1CC62A (or 0x1CC62A) is known color: Lime Green. HEX triplet: 1C, C6 and 2A. RGB value is (28,198,42). Sum of RGB (Red+Green+Blue) = 28+198+42=268 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.45% from 268); Green value is 198 (77.73% from 255 or 73.88% from 268); Blue value is 42 (16.80% from 255 or 15.67% from 268); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC62A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC62A is #E339D5. Grayscale: #818181. Windows color (decimal): -14891478 or 2803228. OLE color: 2803228.
HSL color Cylindrical-coordinate representation of color #1CC62A: hue angle of 124.94º 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 #1CC62A is Cyan = 0.86, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 42 | - |
| CMYK | 0.86 | 0 | 0.79 | 0.22 |
| HSL | 124.94º | 0.75% | 0.44% | - |
| HSV(B) | 124.94º | 0.86% | 0.78% | - |
| XYZ | 21.09 | 40.8 | 8.95 | - |
| YUV | 129.39 | 78.68 | 55.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 42 | 0.86 | 0 | 0.79 | 0.22 | 124.94 | 0.75 | 0.44 |
| Hex | 1C | C6 | 2A | 56 | 0 | 4F | 16 | 7D | 4B | 2C |
| Octal | 34 | 306 | 52 | 126 | 0 | 117 | 26 | 175 | 113 | 54 |
| Binary | 11100 | 11000110 | 101010 | 1010110 | 0 | 1001111 | 10110 | 1111101 | 1001011 | 101100 |
Color Harmonies of #1CC62A
Complementary color
Monochromatic Colors of #1CC62A
Black with #1CC62A
Text Example
Text Example
White with #1CC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC62A; }
p { color: rgb(28,198,42); }
H1.HeaderClassName
{
color: #1CC62A;
}
.AnyTagClassName
{
color: #1CC62A;
}
</style>
background-color css
<style>
a { background-color: #1CC62A; }
a { background-color: rgb(28,198,42); }
div.DivClassName
{
background-color: #1CC62A;
}
.BgClassName
{
background-color: #1CC62A;
}
</style>
border-color css
<style>
span { border-color: #1CC62A; }
span { border-color: rgb(28,198,42); }
td.TdClassName
{
border-color: #1CC62A;
}
.TagClassName
{
border-color: #1CC62A;
}
</style>