Shades of Lime Green #1CE032
Tints of Lime Green #1CE032
RGB
CMYK
RGB Variations
Color information
#1CE032 (or 0x1CE032) is known color: Lime Green. HEX triplet: 1C, E0 and 32. RGB value is (28,224,50). Sum of RGB (Red+Green+Blue) = 28+224+50=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #1CE032 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE032 is #E31FCD. Grayscale: #929292. Windows color (decimal): -14884814 or 3334172. OLE color: 3334172.
HSL color Cylindrical-coordinate representation of color #1CE032: hue angle of 126.73º 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 #1CE032 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 28 | 224 | 50 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.12 |
| HSL | 126.73º | 0.78% | 0.49% | - |
| HSV(B) | 126.73º | 0.88% | 0.88% | - |
| XYZ | 27.71 | 53.79 | 11.94 | - |
| YUV | 145.56 | 74.07 | 44.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 224 | 50 | 0.88 | 0 | 0.78 | 0.12 | 126.73 | 0.78 | 0.49 |
| Hex | 1C | E0 | 32 | 58 | 0 | 4E | C | 7F | 4E | 31 |
| Octal | 34 | 340 | 62 | 130 | 0 | 116 | 14 | 177 | 116 | 61 |
| Binary | 11100 | 11100000 | 110010 | 1011000 | 0 | 1001110 | 1100 | 1111111 | 1001110 | 110001 |
Color Harmonies of #1CE032
Complementary color
Monochromatic Colors of #1CE032
Black with #1CE032
Text Example
Text Example
White with #1CE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE032; }
p { color: rgb(28,224,50); }
H1.HeaderClassName
{
color: #1CE032;
}
.AnyTagClassName
{
color: #1CE032;
}
</style>
background-color css
<style>
a { background-color: #1CE032; }
a { background-color: rgb(28,224,50); }
div.DivClassName
{
background-color: #1CE032;
}
.BgClassName
{
background-color: #1CE032;
}
</style>
border-color css
<style>
span { border-color: #1CE032; }
span { border-color: rgb(28,224,50); }
td.TdClassName
{
border-color: #1CE032;
}
.TagClassName
{
border-color: #1CE032;
}
</style>