Shades of Lime Green #1CE629
Tints of Lime Green #1CE629
RGB
CMYK
RGB Variations
Color information
#1CE629 (or 0x1CE629) is known color: Lime Green. HEX triplet: 1C, E6 and 29. RGB value is (28,230,41). Sum of RGB (Red+Green+Blue) = 28+230+41=299 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.36% from 299); Green value is 230 (90.23% from 255 or 76.92% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 230 - color contains mainly: green. Hex color #1CE629 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1CE629 is #E319D6. Grayscale: #949494. Windows color (decimal): -14883287 or 2745884. OLE color: 2745884.
HSL color Cylindrical-coordinate representation of color #1CE629: hue angle of 123.86º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CE629 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 28 | 230 | 41 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.10 |
| HSL | 123.86º | 0.8% | 0.51% | - |
| HSV(B) | 123.86º | 0.88% | 0.9% | - |
| XYZ | 29.18 | 57 | 11.56 | - |
| YUV | 148.06 | 67.58 | 42.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 41 | 0.88 | 0 | 0.82 | 0.10 | 123.86 | 0.8 | 0.51 |
| Hex | 1C | E6 | 29 | 58 | 0 | 52 | A | 7C | 50 | 33 |
| Octal | 34 | 346 | 51 | 130 | 0 | 122 | 12 | 174 | 120 | 63 |
| Binary | 11100 | 11100110 | 101001 | 1011000 | 0 | 1010010 | 1010 | 1111100 | 1010000 | 110011 |
Color Harmonies of #1CE629
Complementary color
Monochromatic Colors of #1CE629
Black with #1CE629
Text Example
Text Example
White with #1CE629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE629; }
p { color: rgb(28,230,41); }
H1.HeaderClassName
{
color: #1CE629;
}
.AnyTagClassName
{
color: #1CE629;
}
</style>
background-color css
<style>
a { background-color: #1CE629; }
a { background-color: rgb(28,230,41); }
div.DivClassName
{
background-color: #1CE629;
}
.BgClassName
{
background-color: #1CE629;
}
</style>
border-color css
<style>
span { border-color: #1CE629; }
span { border-color: rgb(28,230,41); }
td.TdClassName
{
border-color: #1CE629;
}
.TagClassName
{
border-color: #1CE629;
}
</style>