Shades of Lime Green #1CC224
Tints of Lime Green #1CC224
RGB
CMYK
RGB Variations
Color information
#1CC224 (or 0x1CC224) is known color: Lime Green. HEX triplet: 1C, C2 and 24. RGB value is (28,194,36). Sum of RGB (Red+Green+Blue) = 28+194+36=258 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.85% from 258); Green value is 194 (76.17% from 255 or 75.19% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC224 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC224 is #E33DDB. Grayscale: #7E7E7E. Windows color (decimal): -14892508 or 2408988. OLE color: 2408988.
HSL color Cylindrical-coordinate representation of color #1CC224: hue angle of 122.89º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CC224 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 36 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.24 |
| HSL | 122.89º | 0.75% | 0.44% | - |
| HSV(B) | 122.89º | 0.86% | 0.76% | - |
| XYZ | 20.09 | 38.96 | 8.13 | - |
| YUV | 126.35 | 77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 36 | 0.86 | 0 | 0.81 | 0.24 | 122.89 | 0.75 | 0.44 |
| Hex | 1C | C2 | 24 | 56 | 0 | 51 | 18 | 7B | 4B | 2C |
| Octal | 34 | 302 | 44 | 126 | 0 | 121 | 30 | 173 | 113 | 54 |
| Binary | 11100 | 11000010 | 100100 | 1010110 | 0 | 1010001 | 11000 | 1111011 | 1001011 | 101100 |
Color Harmonies of #1CC224
Complementary color
Monochromatic Colors of #1CC224
Black with #1CC224
Text Example
Text Example
White with #1CC224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC224; }
p { color: rgb(28,194,36); }
H1.HeaderClassName
{
color: #1CC224;
}
.AnyTagClassName
{
color: #1CC224;
}
</style>
background-color css
<style>
a { background-color: #1CC224; }
a { background-color: rgb(28,194,36); }
div.DivClassName
{
background-color: #1CC224;
}
.BgClassName
{
background-color: #1CC224;
}
</style>
border-color css
<style>
span { border-color: #1CC224; }
span { border-color: rgb(28,194,36); }
td.TdClassName
{
border-color: #1CC224;
}
.TagClassName
{
border-color: #1CC224;
}
</style>