Shades of Lime Green #1CB52C
Tints of Lime Green #1CB52C
RGB
CMYK
RGB Variations
Color information
#1CB52C (or 0x1CB52C) is known color: Lime Green. HEX triplet: 1C, B5 and 2C. RGB value is (28,181,44). Sum of RGB (Red+Green+Blue) = 28+181+44=253 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.07% from 253); Green value is 181 (71.09% from 255 or 71.54% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 181 - color contains mainly: green. Hex color #1CB52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CB52C is #E34AD3. Grayscale: #787878. Windows color (decimal): -14895828 or 2929948. OLE color: 2929948.
HSL color Cylindrical-coordinate representation of color #1CB52C: hue angle of 126.27º 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 #1CB52C is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 181 | 44 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.29 |
| HSL | 126.27º | 0.73% | 0.41% | - |
| HSV(B) | 126.27º | 0.85% | 0.71% | - |
| XYZ | 17.46 | 33.48 | 7.92 | - |
| YUV | 119.64 | 85.31 | 62.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 44 | 0.85 | 0 | 0.76 | 0.29 | 126.27 | 0.73 | 0.41 |
| Hex | 1C | B5 | 2C | 55 | 0 | 4C | 1D | 7E | 49 | 29 |
| Octal | 34 | 265 | 54 | 125 | 0 | 114 | 35 | 176 | 111 | 51 |
| Binary | 11100 | 10110101 | 101100 | 1010101 | 0 | 1001100 | 11101 | 1111110 | 1001001 | 101001 |
Color Harmonies of #1CB52C
Complementary color
Monochromatic Colors of #1CB52C
Black with #1CB52C
Text Example
Text Example
White with #1CB52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB52C; }
p { color: rgb(28,181,44); }
H1.HeaderClassName
{
color: #1CB52C;
}
.AnyTagClassName
{
color: #1CB52C;
}
</style>
background-color css
<style>
a { background-color: #1CB52C; }
a { background-color: rgb(28,181,44); }
div.DivClassName
{
background-color: #1CB52C;
}
.BgClassName
{
background-color: #1CB52C;
}
</style>
border-color css
<style>
span { border-color: #1CB52C; }
span { border-color: rgb(28,181,44); }
td.TdClassName
{
border-color: #1CB52C;
}
.TagClassName
{
border-color: #1CB52C;
}
</style>