Shades of Lime Green #1CB22C
Tints of Lime Green #1CB22C
RGB
CMYK
RGB Variations
Color information
#1CB22C (or 0x1CB22C) is known color: Lime Green. HEX triplet: 1C, B2 and 2C. RGB value is (28,178,44). Sum of RGB (Red+Green+Blue) = 28+178+44=250 (33% of max value = 765). Red value is 28 (11.33% from 255 or 11.2% from 250); Green value is 178 (69.92% from 255 or 71.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 178 - color contains mainly: green. Hex color #1CB22C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1CB22C is #E34DD3. Grayscale: #767676. Windows color (decimal): -14896596 or 2929180. OLE color: 2929180.
HSL color Cylindrical-coordinate representation of color #1CB22C: hue angle of 126.4º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1CB22C is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 28 | 178 | 44 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.30 |
| HSL | 126.4º | 0.73% | 0.4% | - |
| HSV(B) | 126.4º | 0.84% | 0.7% | - |
| XYZ | 16.85 | 32.27 | 7.72 | - |
| YUV | 117.87 | 86.31 | 63.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 178 | 44 | 0.84 | 0 | 0.75 | 0.30 | 126.4 | 0.73 | 0.4 |
| Hex | 1C | B2 | 2C | 54 | 0 | 4B | 1E | 7E | 49 | 28 |
| Octal | 34 | 262 | 54 | 124 | 0 | 113 | 36 | 176 | 111 | 50 |
| Binary | 11100 | 10110010 | 101100 | 1010100 | 0 | 1001011 | 11110 | 1111110 | 1001001 | 101000 |
Color Harmonies of #1CB22C
Complementary color
Monochromatic Colors of #1CB22C
Black with #1CB22C
Text Example
Text Example
White with #1CB22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB22C; }
p { color: rgb(28,178,44); }
H1.HeaderClassName
{
color: #1CB22C;
}
.AnyTagClassName
{
color: #1CB22C;
}
</style>
background-color css
<style>
a { background-color: #1CB22C; }
a { background-color: rgb(28,178,44); }
div.DivClassName
{
background-color: #1CB22C;
}
.BgClassName
{
background-color: #1CB22C;
}
</style>
border-color css
<style>
span { border-color: #1CB22C; }
span { border-color: rgb(28,178,44); }
td.TdClassName
{
border-color: #1CB22C;
}
.TagClassName
{
border-color: #1CB22C;
}
</style>