Shades of Lime Green #1CB429
Tints of Lime Green #1CB429
RGB
CMYK
RGB Variations
Color information
#1CB429 (or 0x1CB429) is known color: Lime Green. HEX triplet: 1C, B4 and 29. RGB value is (28,180,41). Sum of RGB (Red+Green+Blue) = 28+180+41=249 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.24% from 249); Green value is 180 (70.70% from 255 or 72.29% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 180 - color contains mainly: green. Hex color #1CB429 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB429 is #E34BD6. Grayscale: #777777. Windows color (decimal): -14896087 or 2733084. OLE color: 2733084.
HSL color Cylindrical-coordinate representation of color #1CB429: hue angle of 125.13º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB429 is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 180 | 41 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.29 |
| HSL | 125.13º | 0.73% | 0.41% | - |
| HSV(B) | 125.13º | 0.84% | 0.71% | - |
| XYZ | 17.2 | 33.05 | 7.57 | - |
| YUV | 118.71 | 84.14 | 63.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 41 | 0.84 | 0 | 0.77 | 0.29 | 125.13 | 0.73 | 0.41 |
| Hex | 1C | B4 | 29 | 54 | 0 | 4D | 1D | 7D | 49 | 29 |
| Octal | 34 | 264 | 51 | 124 | 0 | 115 | 35 | 175 | 111 | 51 |
| Binary | 11100 | 10110100 | 101001 | 1010100 | 0 | 1001101 | 11101 | 1111101 | 1001001 | 101001 |
Color Harmonies of #1CB429
Complementary color
Monochromatic Colors of #1CB429
Black with #1CB429
Text Example
Text Example
White with #1CB429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB429; }
p { color: rgb(28,180,41); }
H1.HeaderClassName
{
color: #1CB429;
}
.AnyTagClassName
{
color: #1CB429;
}
</style>
background-color css
<style>
a { background-color: #1CB429; }
a { background-color: rgb(28,180,41); }
div.DivClassName
{
background-color: #1CB429;
}
.BgClassName
{
background-color: #1CB429;
}
</style>
border-color css
<style>
span { border-color: #1CB429; }
span { border-color: rgb(28,180,41); }
td.TdClassName
{
border-color: #1CB429;
}
.TagClassName
{
border-color: #1CB429;
}
</style>