Shades of Lime Green #1CC82D
Tints of Lime Green #1CC82D
RGB
CMYK
RGB Variations
Color information
#1CC82D (or 0x1CC82D) is known color: Lime Green. HEX triplet: 1C, C8 and 2D. RGB value is (28,200,45). Sum of RGB (Red+Green+Blue) = 28+200+45=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 200 (78.52% from 255 or 73.26% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 200 - color contains mainly: green. Hex color #1CC82D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC82D is #E337D2. Grayscale: #838383. Windows color (decimal): -14890963 or 3000348. OLE color: 3000348.
HSL color Cylindrical-coordinate representation of color #1CC82D: hue angle of 125.93º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC82D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 28 | 200 | 45 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.22 |
| HSL | 125.93º | 0.75% | 0.45% | - |
| HSV(B) | 125.93º | 0.86% | 0.78% | - |
| XYZ | 21.61 | 41.74 | 9.4 | - |
| YUV | 130.9 | 79.52 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 200 | 45 | 0.86 | 0 | 0.78 | 0.22 | 125.93 | 0.75 | 0.45 |
| Hex | 1C | C8 | 2D | 56 | 0 | 4E | 16 | 7E | 4B | 2D |
| Octal | 34 | 310 | 55 | 126 | 0 | 116 | 26 | 176 | 113 | 55 |
| Binary | 11100 | 11001000 | 101101 | 1010110 | 0 | 1001110 | 10110 | 1111110 | 1001011 | 101101 |
Color Harmonies of #1CC82D
Complementary color
Monochromatic Colors of #1CC82D
Black with #1CC82D
Text Example
Text Example
White with #1CC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC82D; }
p { color: rgb(28,200,45); }
H1.HeaderClassName
{
color: #1CC82D;
}
.AnyTagClassName
{
color: #1CC82D;
}
</style>
background-color css
<style>
a { background-color: #1CC82D; }
a { background-color: rgb(28,200,45); }
div.DivClassName
{
background-color: #1CC82D;
}
.BgClassName
{
background-color: #1CC82D;
}
</style>
border-color css
<style>
span { border-color: #1CC82D; }
span { border-color: rgb(28,200,45); }
td.TdClassName
{
border-color: #1CC82D;
}
.TagClassName
{
border-color: #1CC82D;
}
</style>