Shades of Lime Green #1CC61A
Tints of Lime Green #1CC61A
RGB
CMYK
RGB Variations
Color information
#1CC61A (or 0x1CC61A) is known color: Lime Green. HEX triplet: 1C, C6 and 1A. RGB value is (28,198,26). Sum of RGB (Red+Green+Blue) = 28+198+26=252 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.11% from 252); Green value is 198 (77.73% from 255 or 78.57% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 198 - color contains mainly: green. Hex color #1CC61A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC61A is #E339E5. Grayscale: #808080. Windows color (decimal): -14891494 or 1754652. OLE color: 1754652.
HSL color Cylindrical-coordinate representation of color #1CC61A: hue angle of 119.3º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CC61A is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 198 | 26 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.22 |
| HSL | 119.3º | 0.77% | 0.44% | - |
| HSV(B) | 119.3º | 0.87% | 0.78% | - |
| XYZ | 20.86 | 40.71 | 7.74 | - |
| YUV | 127.56 | 70.68 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 26 | 0.86 | 0 | 0.87 | 0.22 | 119.3 | 0.77 | 0.44 |
| Hex | 1C | C6 | 1A | 56 | 0 | 57 | 16 | 77 | 4D | 2C |
| Octal | 34 | 306 | 32 | 126 | 0 | 127 | 26 | 167 | 115 | 54 |
| Binary | 11100 | 11000110 | 11010 | 1010110 | 0 | 1010111 | 10110 | 1110111 | 1001101 | 101100 |
Color Harmonies of #1CC61A
Complementary color
Monochromatic Colors of #1CC61A
Black with #1CC61A
Text Example
Text Example
White with #1CC61A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC61A; }
p { color: rgb(28,198,26); }
H1.HeaderClassName
{
color: #1CC61A;
}
.AnyTagClassName
{
color: #1CC61A;
}
</style>
background-color css
<style>
a { background-color: #1CC61A; }
a { background-color: rgb(28,198,26); }
div.DivClassName
{
background-color: #1CC61A;
}
.BgClassName
{
background-color: #1CC61A;
}
</style>
border-color css
<style>
span { border-color: #1CC61A; }
span { border-color: rgb(28,198,26); }
td.TdClassName
{
border-color: #1CC61A;
}
.TagClassName
{
border-color: #1CC61A;
}
</style>