Shades of Lime Green #1CE224
Tints of Lime Green #1CE224
RGB
CMYK
RGB Variations
Color information
#1CE224 (or 0x1CE224) is known color: Lime Green. HEX triplet: 1C, E2 and 24. RGB value is (28,226,36). Sum of RGB (Red+Green+Blue) = 28+226+36=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 226 (88.67% from 255 or 77.93% from 290); Blue value is 36 (14.45% from 255 or 12.41% from 290); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE224 is #E31DDB. Grayscale: #919191. Windows color (decimal): -14884316 or 2417180. OLE color: 2417180.
HSL color Cylindrical-coordinate representation of color #1CE224: hue angle of 122.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE224 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 36 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.11 |
| HSL | 122.42º | 0.78% | 0.5% | - |
| HSV(B) | 122.42º | 0.88% | 0.89% | - |
| XYZ | 27.99 | 54.77 | 10.76 | - |
| YUV | 145.14 | 66.4 | 44.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 36 | 0.88 | 0 | 0.84 | 0.11 | 122.42 | 0.78 | 0.5 |
| Hex | 1C | E2 | 24 | 58 | 0 | 54 | B | 7A | 4E | 32 |
| Octal | 34 | 342 | 44 | 130 | 0 | 124 | 13 | 172 | 116 | 62 |
| Binary | 11100 | 11100010 | 100100 | 1011000 | 0 | 1010100 | 1011 | 1111010 | 1001110 | 110010 |
Color Harmonies of #1CE224
Complementary color
Monochromatic Colors of #1CE224
Black with #1CE224
Text Example
Text Example
White with #1CE224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE224; }
p { color: rgb(28,226,36); }
H1.HeaderClassName
{
color: #1CE224;
}
.AnyTagClassName
{
color: #1CE224;
}
</style>
background-color css
<style>
a { background-color: #1CE224; }
a { background-color: rgb(28,226,36); }
div.DivClassName
{
background-color: #1CE224;
}
.BgClassName
{
background-color: #1CE224;
}
</style>
border-color css
<style>
span { border-color: #1CE224; }
span { border-color: rgb(28,226,36); }
td.TdClassName
{
border-color: #1CE224;
}
.TagClassName
{
border-color: #1CE224;
}
</style>