Shades of Lime Green #1CC81A
Tints of Lime Green #1CC81A
RGB
CMYK
RGB Variations
Color information
#1CC81A (or 0x1CC81A) is known color: Lime Green. HEX triplet: 1C, C8 and 1A. RGB value is (28,200,26). Sum of RGB (Red+Green+Blue) = 28+200+26=254 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.02% from 254); Green value is 200 (78.52% from 255 or 78.74% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC81A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC81A is #E337E5. Grayscale: #818181. Windows color (decimal): -14890982 or 1755164. OLE color: 1755164.
HSL color Cylindrical-coordinate representation of color #1CC81A: hue angle of 119.31º 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 #1CC81A is Cyan = 0.86, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 26 | - |
| CMYK | 0.86 | 0 | 0.87 | 0.22 |
| HSL | 119.31º | 0.77% | 0.44% | - |
| HSV(B) | 119.31º | 0.87% | 0.78% | - |
| XYZ | 21.32 | 41.63 | 7.89 | - |
| YUV | 128.74 | 70.02 | 56.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 26 | 0.86 | 0 | 0.87 | 0.22 | 119.31 | 0.77 | 0.44 |
| Hex | 1C | C8 | 1A | 56 | 0 | 57 | 16 | 77 | 4D | 2C |
| Octal | 34 | 310 | 32 | 126 | 0 | 127 | 26 | 167 | 115 | 54 |
| Binary | 11100 | 11001000 | 11010 | 1010110 | 0 | 1010111 | 10110 | 1110111 | 1001101 | 101100 |
Color Harmonies of #1CC81A
Complementary color
Monochromatic Colors of #1CC81A
Black with #1CC81A
Text Example
Text Example
White with #1CC81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC81A; }
p { color: rgb(28,200,26); }
H1.HeaderClassName
{
color: #1CC81A;
}
.AnyTagClassName
{
color: #1CC81A;
}
</style>
background-color css
<style>
a { background-color: #1CC81A; }
a { background-color: rgb(28,200,26); }
div.DivClassName
{
background-color: #1CC81A;
}
.BgClassName
{
background-color: #1CC81A;
}
</style>
border-color css
<style>
span { border-color: #1CC81A; }
span { border-color: rgb(28,200,26); }
td.TdClassName
{
border-color: #1CC81A;
}
.TagClassName
{
border-color: #1CC81A;
}
</style>