Shades of Lime Green #1CD223
Tints of Lime Green #1CD223
RGB
CMYK
RGB Variations
Color information
#1CD223 (or 0x1CD223) is known color: Lime Green. HEX triplet: 1C, D2 and 23. RGB value is (28,210,35). Sum of RGB (Red+Green+Blue) = 28+210+35=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 35 (14.06% from 255 or 12.82% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #1CD223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD223 is #E32DDC. Grayscale: #888888. Windows color (decimal): -14888413 or 2347548. OLE color: 2347548.
HSL color Cylindrical-coordinate representation of color #1CD223: hue angle of 122.31º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD223 is Cyan = 0.87, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 28 | 210 | 35 | - |
| CMYK | 0.87 | 0 | 0.83 | 0.18 |
| HSL | 122.31º | 0.76% | 0.47% | - |
| HSV(B) | 122.31º | 0.87% | 0.82% | - |
| XYZ | 23.83 | 46.46 | 9.3 | - |
| YUV | 135.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 35 | 0.87 | 0 | 0.83 | 0.18 | 122.31 | 0.76 | 0.47 |
| Hex | 1C | D2 | 23 | 57 | 0 | 53 | 12 | 7A | 4C | 2F |
| Octal | 34 | 322 | 43 | 127 | 0 | 123 | 22 | 172 | 114 | 57 |
| Binary | 11100 | 11010010 | 100011 | 1010111 | 0 | 1010011 | 10010 | 1111010 | 1001100 | 101111 |
Color Harmonies of #1CD223
Complementary color
Monochromatic Colors of #1CD223
Black with #1CD223
Text Example
Text Example
White with #1CD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD223; }
p { color: rgb(28,210,35); }
H1.HeaderClassName
{
color: #1CD223;
}
.AnyTagClassName
{
color: #1CD223;
}
</style>
background-color css
<style>
a { background-color: #1CD223; }
a { background-color: rgb(28,210,35); }
div.DivClassName
{
background-color: #1CD223;
}
.BgClassName
{
background-color: #1CD223;
}
</style>
border-color css
<style>
span { border-color: #1CD223; }
span { border-color: rgb(28,210,35); }
td.TdClassName
{
border-color: #1CD223;
}
.TagClassName
{
border-color: #1CD223;
}
</style>