Shades of Lime Green #1CE023
Tints of Lime Green #1CE023
RGB
CMYK
RGB Variations
Color information
#1CE023 (or 0x1CE023) is known color: Lime Green. HEX triplet: 1C, E0 and 23. RGB value is (28,224,35). Sum of RGB (Red+Green+Blue) = 28+224+35=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 224 (87.89% from 255 or 78.05% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE023 is #E31FDC. Grayscale: #909090. Windows color (decimal): -14884829 or 2351132. OLE color: 2351132.
HSL color Cylindrical-coordinate representation of color #1CE023: hue angle of 122.14º 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 #1CE023 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 35 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.12 |
| HSL | 122.14º | 0.78% | 0.49% | - |
| HSV(B) | 122.14º | 0.88% | 0.88% | - |
| XYZ | 27.44 | 53.68 | 10.51 | - |
| YUV | 143.85 | 66.57 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 35 | 0.88 | 0 | 0.84 | 0.12 | 122.14 | 0.78 | 0.49 |
| Hex | 1C | E0 | 23 | 58 | 0 | 54 | C | 7A | 4E | 31 |
| Octal | 34 | 340 | 43 | 130 | 0 | 124 | 14 | 172 | 116 | 61 |
| Binary | 11100 | 11100000 | 100011 | 1011000 | 0 | 1010100 | 1100 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1CE023
Complementary color
Monochromatic Colors of #1CE023
Black with #1CE023
Text Example
Text Example
White with #1CE023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE023; }
p { color: rgb(28,224,35); }
H1.HeaderClassName
{
color: #1CE023;
}
.AnyTagClassName
{
color: #1CE023;
}
</style>
background-color css
<style>
a { background-color: #1CE023; }
a { background-color: rgb(28,224,35); }
div.DivClassName
{
background-color: #1CE023;
}
.BgClassName
{
background-color: #1CE023;
}
</style>
border-color css
<style>
span { border-color: #1CE023; }
span { border-color: rgb(28,224,35); }
td.TdClassName
{
border-color: #1CE023;
}
.TagClassName
{
border-color: #1CE023;
}
</style>