Shades of Lime Green #1CC223
Tints of Lime Green #1CC223
RGB
CMYK
RGB Variations
Color information
#1CC223 (or 0x1CC223) is known color: Lime Green. HEX triplet: 1C, C2 and 23. RGB value is (28,194,35). Sum of RGB (Red+Green+Blue) = 28+194+35=257 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.89% from 257); Green value is 194 (76.17% from 255 or 75.49% from 257); Blue value is 35 (14.06% from 255 or 13.62% from 257); Max value from RGB is 194 - color contains mainly: green. Hex color #1CC223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CC223 is #E33DDC. Grayscale: #7E7E7E. Windows color (decimal): -14892509 or 2343452. OLE color: 2343452.
HSL color Cylindrical-coordinate representation of color #1CC223: hue angle of 122.53º 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 #1CC223 is Cyan = 0.86, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 28 | 194 | 35 | - |
| CMYK | 0.86 | 0 | 0.82 | 0.24 |
| HSL | 122.53º | 0.75% | 0.44% | - |
| HSV(B) | 122.53º | 0.86% | 0.76% | - |
| XYZ | 20.07 | 38.95 | 8.05 | - |
| YUV | 126.24 | 76.5 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 35 | 0.86 | 0 | 0.82 | 0.24 | 122.53 | 0.75 | 0.44 |
| Hex | 1C | C2 | 23 | 56 | 0 | 52 | 18 | 7B | 4B | 2C |
| Octal | 34 | 302 | 43 | 126 | 0 | 122 | 30 | 173 | 113 | 54 |
| Binary | 11100 | 11000010 | 100011 | 1010110 | 0 | 1010010 | 11000 | 1111011 | 1001011 | 101100 |
Color Harmonies of #1CC223
Complementary color
Monochromatic Colors of #1CC223
Black with #1CC223
Text Example
Text Example
White with #1CC223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC223; }
p { color: rgb(28,194,35); }
H1.HeaderClassName
{
color: #1CC223;
}
.AnyTagClassName
{
color: #1CC223;
}
</style>
background-color css
<style>
a { background-color: #1CC223; }
a { background-color: rgb(28,194,35); }
div.DivClassName
{
background-color: #1CC223;
}
.BgClassName
{
background-color: #1CC223;
}
</style>
border-color css
<style>
span { border-color: #1CC223; }
span { border-color: rgb(28,194,35); }
td.TdClassName
{
border-color: #1CC223;
}
.TagClassName
{
border-color: #1CC223;
}
</style>