Shades of Lime Green #1CE228
Tints of Lime Green #1CE228
RGB
CMYK
RGB Variations
Color information
#1CE228 (or 0x1CE228) is known color: Lime Green. HEX triplet: 1C, E2 and 28. RGB value is (28,226,40). Sum of RGB (Red+Green+Blue) = 28+226+40=294 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.52% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #1CE228 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE228 is #E31DD7. Grayscale: #929292. Windows color (decimal): -14884312 or 2679324. OLE color: 2679324.
HSL color Cylindrical-coordinate representation of color #1CE228: hue angle of 123.64º 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 #1CE228 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 226 | 40 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.11 |
| HSL | 123.64º | 0.78% | 0.5% | - |
| HSV(B) | 123.64º | 0.88% | 0.89% | - |
| XYZ | 28.06 | 54.79 | 11.1 | - |
| YUV | 145.59 | 68.4 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 226 | 40 | 0.88 | 0 | 0.82 | 0.11 | 123.64 | 0.78 | 0.5 |
| Hex | 1C | E2 | 28 | 58 | 0 | 52 | B | 7C | 4E | 32 |
| Octal | 34 | 342 | 50 | 130 | 0 | 122 | 13 | 174 | 116 | 62 |
| Binary | 11100 | 11100010 | 101000 | 1011000 | 0 | 1010010 | 1011 | 1111100 | 1001110 | 110010 |
Color Harmonies of #1CE228
Complementary color
Monochromatic Colors of #1CE228
Black with #1CE228
Text Example
Text Example
White with #1CE228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE228; }
p { color: rgb(28,226,40); }
H1.HeaderClassName
{
color: #1CE228;
}
.AnyTagClassName
{
color: #1CE228;
}
</style>
background-color css
<style>
a { background-color: #1CE228; }
a { background-color: rgb(28,226,40); }
div.DivClassName
{
background-color: #1CE228;
}
.BgClassName
{
background-color: #1CE228;
}
</style>
border-color css
<style>
span { border-color: #1CE228; }
span { border-color: rgb(28,226,40); }
td.TdClassName
{
border-color: #1CE228;
}
.TagClassName
{
border-color: #1CE228;
}
</style>