Shades of Lime Green #1CE431
Tints of Lime Green #1CE431
RGB
CMYK
RGB Variations
Color information
#1CE431 (or 0x1CE431) is known color: Lime Green. HEX triplet: 1C, E4 and 31. RGB value is (28,228,49). Sum of RGB (Red+Green+Blue) = 28+228+49=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 228 (89.45% from 255 or 74.75% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 228 - color contains mainly: green. Hex color #1CE431 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE431 is #E31BCE. Grayscale: #949494. Windows color (decimal): -14883791 or 3269660. OLE color: 3269660.
HSL color Cylindrical-coordinate representation of color #1CE431: hue angle of 126.3º 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 #1CE431 is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 28 | 228 | 49 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.11 |
| HSL | 126.3º | 0.79% | 0.5% | - |
| HSV(B) | 126.3º | 0.88% | 0.89% | - |
| XYZ | 28.78 | 55.96 | 12.19 | - |
| YUV | 147.79 | 72.24 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 228 | 49 | 0.88 | 0 | 0.79 | 0.11 | 126.3 | 0.79 | 0.5 |
| Hex | 1C | E4 | 31 | 58 | 0 | 4F | B | 7E | 4F | 32 |
| Octal | 34 | 344 | 61 | 130 | 0 | 117 | 13 | 176 | 117 | 62 |
| Binary | 11100 | 11100100 | 110001 | 1011000 | 0 | 1001111 | 1011 | 1111110 | 1001111 | 110010 |
Color Harmonies of #1CE431
Complementary color
Monochromatic Colors of #1CE431
Black with #1CE431
Text Example
Text Example
White with #1CE431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE431; }
p { color: rgb(28,228,49); }
H1.HeaderClassName
{
color: #1CE431;
}
.AnyTagClassName
{
color: #1CE431;
}
</style>
background-color css
<style>
a { background-color: #1CE431; }
a { background-color: rgb(28,228,49); }
div.DivClassName
{
background-color: #1CE431;
}
.BgClassName
{
background-color: #1CE431;
}
</style>
border-color css
<style>
span { border-color: #1CE431; }
span { border-color: rgb(28,228,49); }
td.TdClassName
{
border-color: #1CE431;
}
.TagClassName
{
border-color: #1CE431;
}
</style>