Shades of Lime Green #1CCE20
Tints of Lime Green #1CCE20
RGB
CMYK
RGB Variations
Color information
#1CCE20 (or 0x1CCE20) is known color: Lime Green. HEX triplet: 1C, CE and 20. RGB value is (28,206,32). Sum of RGB (Red+Green+Blue) = 28+206+32=266 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.53% from 266); Green value is 206 (80.86% from 255 or 77.44% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 206 - color contains mainly: green. Hex color #1CCE20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCE20 is #E331DF. Grayscale: #858585. Windows color (decimal): -14889440 or 2149916. OLE color: 2149916.
HSL color Cylindrical-coordinate representation of color #1CCE20: hue angle of 121.35º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCE20 is Cyan = 0.86, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 206 | 32 | - |
| CMYK | 0.86 | 0 | 0.84 | 0.19 |
| HSL | 121.35º | 0.76% | 0.46% | - |
| HSV(B) | 121.35º | 0.86% | 0.81% | - |
| XYZ | 22.81 | 44.49 | 8.75 | - |
| YUV | 132.94 | 71.03 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 206 | 32 | 0.86 | 0 | 0.84 | 0.19 | 121.35 | 0.76 | 0.46 |
| Hex | 1C | CE | 20 | 56 | 0 | 54 | 13 | 79 | 4C | 2E |
| Octal | 34 | 316 | 40 | 126 | 0 | 124 | 23 | 171 | 114 | 56 |
| Binary | 11100 | 11001110 | 100000 | 1010110 | 0 | 1010100 | 10011 | 1111001 | 1001100 | 101110 |
Color Harmonies of #1CCE20
Complementary color
Monochromatic Colors of #1CCE20
Black with #1CCE20
Text Example
Text Example
White with #1CCE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCE20; }
p { color: rgb(28,206,32); }
H1.HeaderClassName
{
color: #1CCE20;
}
.AnyTagClassName
{
color: #1CCE20;
}
</style>
background-color css
<style>
a { background-color: #1CCE20; }
a { background-color: rgb(28,206,32); }
div.DivClassName
{
background-color: #1CCE20;
}
.BgClassName
{
background-color: #1CCE20;
}
</style>
border-color css
<style>
span { border-color: #1CCE20; }
span { border-color: rgb(28,206,32); }
td.TdClassName
{
border-color: #1CCE20;
}
.TagClassName
{
border-color: #1CCE20;
}
</style>