Shades of Lime Green #1CD429
Tints of Lime Green #1CD429
RGB
CMYK
RGB Variations
Color information
#1CD429 (or 0x1CD429) is known color: Lime Green. HEX triplet: 1C, D4 and 29. RGB value is (28,212,41). Sum of RGB (Red+Green+Blue) = 28+212+41=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 212 (83.20% from 255 or 75.44% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 212 - color contains mainly: green. Hex color #1CD429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD429 is #E32BD6. Grayscale: #898989. Windows color (decimal): -14887895 or 2741276. OLE color: 2741276.
HSL color Cylindrical-coordinate representation of color #1CD429: hue angle of 124.24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD429 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 28 | 212 | 41 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.17 |
| HSL | 124.24º | 0.77% | 0.47% | - |
| HSV(B) | 124.24º | 0.87% | 0.83% | - |
| XYZ | 24.42 | 47.49 | 9.98 | - |
| YUV | 137.49 | 73.54 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 212 | 41 | 0.87 | 0 | 0.81 | 0.17 | 124.24 | 0.77 | 0.47 |
| Hex | 1C | D4 | 29 | 57 | 0 | 51 | 11 | 7C | 4D | 2F |
| Octal | 34 | 324 | 51 | 127 | 0 | 121 | 21 | 174 | 115 | 57 |
| Binary | 11100 | 11010100 | 101001 | 1010111 | 0 | 1010001 | 10001 | 1111100 | 1001101 | 101111 |
Color Harmonies of #1CD429
Complementary color
Monochromatic Colors of #1CD429
Black with #1CD429
Text Example
Text Example
White with #1CD429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD429; }
p { color: rgb(28,212,41); }
H1.HeaderClassName
{
color: #1CD429;
}
.AnyTagClassName
{
color: #1CD429;
}
</style>
background-color css
<style>
a { background-color: #1CD429; }
a { background-color: rgb(28,212,41); }
div.DivClassName
{
background-color: #1CD429;
}
.BgClassName
{
background-color: #1CD429;
}
</style>
border-color css
<style>
span { border-color: #1CD429; }
span { border-color: rgb(28,212,41); }
td.TdClassName
{
border-color: #1CD429;
}
.TagClassName
{
border-color: #1CD429;
}
</style>