Shades of Lime Green #1CB529
Tints of Lime Green #1CB529
RGB
CMYK
RGB Variations
Color information
#1CB529 (or 0x1CB529) is known color: Lime Green. HEX triplet: 1C, B5 and 29. RGB value is (28,181,41). Sum of RGB (Red+Green+Blue) = 28+181+41=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 181 (71.09% from 255 or 72.4% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB529 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB529 is #E34AD6. Grayscale: #777777. Windows color (decimal): -14895831 or 2733340. OLE color: 2733340.
HSL color Cylindrical-coordinate representation of color #1CB529: hue angle of 125.1º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB529 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 41 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.29 |
| HSL | 125.1º | 0.73% | 0.41% | - |
| HSV(B) | 125.1º | 0.85% | 0.71% | - |
| XYZ | 17.4 | 33.45 | 7.64 | - |
| YUV | 119.29 | 83.81 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 41 | 0.85 | 0 | 0.77 | 0.29 | 125.1 | 0.73 | 0.41 |
| Hex | 1C | B5 | 29 | 55 | 0 | 4D | 1D | 7D | 49 | 29 |
| Octal | 34 | 265 | 51 | 125 | 0 | 115 | 35 | 175 | 111 | 51 |
| Binary | 11100 | 10110101 | 101001 | 1010101 | 0 | 1001101 | 11101 | 1111101 | 1001001 | 101001 |
Color Harmonies of #1CB529
Complementary color
Monochromatic Colors of #1CB529
Black with #1CB529
Text Example
Text Example
White with #1CB529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB529; }
p { color: rgb(28,181,41); }
H1.HeaderClassName
{
color: #1CB529;
}
.AnyTagClassName
{
color: #1CB529;
}
</style>
background-color css
<style>
a { background-color: #1CB529; }
a { background-color: rgb(28,181,41); }
div.DivClassName
{
background-color: #1CB529;
}
.BgClassName
{
background-color: #1CB529;
}
</style>
border-color css
<style>
span { border-color: #1CB529; }
span { border-color: rgb(28,181,41); }
td.TdClassName
{
border-color: #1CB529;
}
.TagClassName
{
border-color: #1CB529;
}
</style>