Shades of Lime Green #1CE432
Tints of Lime Green #1CE432
RGB
CMYK
RGB Variations
Color information
#1CE432 (or 0x1CE432) is known color: Lime Green. HEX triplet: 1C, E4 and 32. RGB value is (28,228,50). Sum of RGB (Red+Green+Blue) = 28+228+50=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 228 (89.45% from 255 or 74.51% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE432 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE432 is #E31BCD. Grayscale: #949494. Windows color (decimal): -14883790 or 3335196. OLE color: 3335196.
HSL color Cylindrical-coordinate representation of color #1CE432: hue angle of 126.6º degrees, saturation: 0.79, 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 #1CE432 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 50 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.11 |
| HSL | 126.6º | 0.79% | 0.5% | - |
| HSV(B) | 126.6º | 0.88% | 0.89% | - |
| XYZ | 28.8 | 55.96 | 12.3 | - |
| YUV | 147.91 | 72.74 | 42.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 50 | 0.88 | 0 | 0.78 | 0.11 | 126.6 | 0.79 | 0.5 |
| Hex | 1C | E4 | 32 | 58 | 0 | 4E | B | 7F | 4F | 32 |
| Octal | 34 | 344 | 62 | 130 | 0 | 116 | 13 | 177 | 117 | 62 |
| Binary | 11100 | 11100100 | 110010 | 1011000 | 0 | 1001110 | 1011 | 1111111 | 1001111 | 110010 |
Color Harmonies of #1CE432
Complementary color
Monochromatic Colors of #1CE432
Black with #1CE432
Text Example
Text Example
White with #1CE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE432; }
p { color: rgb(28,228,50); }
H1.HeaderClassName
{
color: #1CE432;
}
.AnyTagClassName
{
color: #1CE432;
}
</style>
background-color css
<style>
a { background-color: #1CE432; }
a { background-color: rgb(28,228,50); }
div.DivClassName
{
background-color: #1CE432;
}
.BgClassName
{
background-color: #1CE432;
}
</style>
border-color css
<style>
span { border-color: #1CE432; }
span { border-color: rgb(28,228,50); }
td.TdClassName
{
border-color: #1CE432;
}
.TagClassName
{
border-color: #1CE432;
}
</style>