Shades of Lime Green #1CE021
Tints of Lime Green #1CE021
RGB
CMYK
RGB Variations
Color information
#1CE021 (or 0x1CE021) is known color: Lime Green. HEX triplet: 1C, E0 and 21. RGB value is (28,224,33). Sum of RGB (Red+Green+Blue) = 28+224+33=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 224 (87.89% from 255 or 78.60% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE021 is #E31FDE. Grayscale: #909090. Windows color (decimal): -14884831 or 2220060. OLE color: 2220060.
HSL color Cylindrical-coordinate representation of color #1CE021: hue angle of 121.53º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE021 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 33 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.12 |
| HSL | 121.53º | 0.78% | 0.49% | - |
| HSV(B) | 121.53º | 0.88% | 0.88% | - |
| XYZ | 27.41 | 53.67 | 10.35 | - |
| YUV | 143.62 | 65.57 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 33 | 0.88 | 0 | 0.85 | 0.12 | 121.53 | 0.78 | 0.49 |
| Hex | 1C | E0 | 21 | 58 | 0 | 55 | C | 7A | 4E | 31 |
| Octal | 34 | 340 | 41 | 130 | 0 | 125 | 14 | 172 | 116 | 61 |
| Binary | 11100 | 11100000 | 100001 | 1011000 | 0 | 1010101 | 1100 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1CE021
Complementary color
Monochromatic Colors of #1CE021
Black with #1CE021
Text Example
Text Example
White with #1CE021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE021; }
p { color: rgb(28,224,33); }
H1.HeaderClassName
{
color: #1CE021;
}
.AnyTagClassName
{
color: #1CE021;
}
</style>
background-color css
<style>
a { background-color: #1CE021; }
a { background-color: rgb(28,224,33); }
div.DivClassName
{
background-color: #1CE021;
}
.BgClassName
{
background-color: #1CE021;
}
</style>
border-color css
<style>
span { border-color: #1CE021; }
span { border-color: rgb(28,224,33); }
td.TdClassName
{
border-color: #1CE021;
}
.TagClassName
{
border-color: #1CE021;
}
</style>