Shades of Lime Green #1CE529
Tints of Lime Green #1CE529
RGB
CMYK
RGB Variations
Color information
#1CE529 (or 0x1CE529) is known color: Lime Green. HEX triplet: 1C, E5 and 29. RGB value is (28,229,41). Sum of RGB (Red+Green+Blue) = 28+229+41=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 229 (89.84% from 255 or 76.85% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 229 - color contains mainly: green. Hex color #1CE529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CE529 is #E31AD6. Grayscale: #949494. Windows color (decimal): -14883543 or 2745628. OLE color: 2745628.
HSL color Cylindrical-coordinate representation of color #1CE529: hue angle of 123.88º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE529 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 229 | 41 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.10 |
| HSL | 123.88º | 0.79% | 0.5% | - |
| HSV(B) | 123.88º | 0.88% | 0.9% | - |
| XYZ | 28.9 | 56.45 | 11.47 | - |
| YUV | 147.47 | 67.91 | 42.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 229 | 41 | 0.88 | 0 | 0.82 | 0.10 | 123.88 | 0.79 | 0.5 |
| Hex | 1C | E5 | 29 | 58 | 0 | 52 | A | 7C | 4F | 32 |
| Octal | 34 | 345 | 51 | 130 | 0 | 122 | 12 | 174 | 117 | 62 |
| Binary | 11100 | 11100101 | 101001 | 1011000 | 0 | 1010010 | 1010 | 1111100 | 1001111 | 110010 |
Color Harmonies of #1CE529
Complementary color
Monochromatic Colors of #1CE529
Black with #1CE529
Text Example
Text Example
White with #1CE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE529; }
p { color: rgb(28,229,41); }
H1.HeaderClassName
{
color: #1CE529;
}
.AnyTagClassName
{
color: #1CE529;
}
</style>
background-color css
<style>
a { background-color: #1CE529; }
a { background-color: rgb(28,229,41); }
div.DivClassName
{
background-color: #1CE529;
}
.BgClassName
{
background-color: #1CE529;
}
</style>
border-color css
<style>
span { border-color: #1CE529; }
span { border-color: rgb(28,229,41); }
td.TdClassName
{
border-color: #1CE529;
}
.TagClassName
{
border-color: #1CE529;
}
</style>