Shades of Lime Green #2CD223
Tints of Lime Green #2CD223
RGB
CMYK
RGB Variations
Color information
#2CD223 (or 0x2CD223) is known color: Lime Green. HEX triplet: 2C, D2 and 23. RGB value is (44,210,35). Sum of RGB (Red+Green+Blue) = 44+210+35=289 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.22% from 289); Green value is 210 (82.42% from 255 or 72.66% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD223 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD223 is #D32DDC. Grayscale: #8C8C8C. Windows color (decimal): -13839837 or 2347564. OLE color: 2347564.
HSL color Cylindrical-coordinate representation of color #2CD223: hue angle of 116.91º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CD223 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 35 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.18 |
| HSL | 116.91º | 0.71% | 0.48% | - |
| HSV(B) | 116.91º | 0.83% | 0.82% | - |
| XYZ | 24.39 | 46.75 | 9.33 | - |
| YUV | 140.42 | 68.5 | 59.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 35 | 0.79 | 0 | 0.83 | 0.18 | 116.91 | 0.71 | 0.48 |
| Hex | 2C | D2 | 23 | 4F | 0 | 53 | 12 | 75 | 47 | 30 |
| Octal | 54 | 322 | 43 | 117 | 0 | 123 | 22 | 165 | 107 | 60 |
| Binary | 101100 | 11010010 | 100011 | 1001111 | 0 | 1010011 | 10010 | 1110101 | 1000111 | 110000 |
Color Harmonies of #2CD223
Complementary color
Monochromatic Colors of #2CD223
Black with #2CD223
Text Example
Text Example
White with #2CD223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD223; }
p { color: rgb(44,210,35); }
H1.HeaderClassName
{
color: #2CD223;
}
.AnyTagClassName
{
color: #2CD223;
}
</style>
background-color css
<style>
a { background-color: #2CD223; }
a { background-color: rgb(44,210,35); }
div.DivClassName
{
background-color: #2CD223;
}
.BgClassName
{
background-color: #2CD223;
}
</style>
border-color css
<style>
span { border-color: #2CD223; }
span { border-color: rgb(44,210,35); }
td.TdClassName
{
border-color: #2CD223;
}
.TagClassName
{
border-color: #2CD223;
}
</style>