Shades of Lime Green #2CD22B
Tints of Lime Green #2CD22B
RGB
CMYK
RGB Variations
Color information
#2CD22B (or 0x2CD22B) is known color: Lime Green. HEX triplet: 2C, D2 and 2B. RGB value is (44,210,43). Sum of RGB (Red+Green+Blue) = 44+210+43=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 210 (82.42% from 255 or 70.71% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 210 - color contains mainly: green. Hex color #2CD22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD22B is #D32DD4. Grayscale: #8D8D8D. Windows color (decimal): -13839829 or 2871852. OLE color: 2871852.
HSL color Cylindrical-coordinate representation of color #2CD22B: hue angle of 119.64º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CD22B is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 210 | 43 | - |
| CMYK | 0.79 | 0 | 0.80 | 0.18 |
| HSL | 119.64º | 0.66% | 0.5% | - |
| HSV(B) | 119.64º | 0.8% | 0.82% | - |
| XYZ | 24.52 | 46.8 | 10.03 | - |
| YUV | 141.33 | 72.5 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 210 | 43 | 0.79 | 0 | 0.80 | 0.18 | 119.64 | 0.66 | 0.5 |
| Hex | 2C | D2 | 2B | 4F | 0 | 50 | 12 | 78 | 42 | 32 |
| Octal | 54 | 322 | 53 | 117 | 0 | 120 | 22 | 170 | 102 | 62 |
| Binary | 101100 | 11010010 | 101011 | 1001111 | 0 | 1010000 | 10010 | 1111000 | 1000010 | 110010 |
Color Harmonies of #2CD22B
Complementary color
Monochromatic Colors of #2CD22B
Black with #2CD22B
Text Example
Text Example
White with #2CD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD22B; }
p { color: rgb(44,210,43); }
H1.HeaderClassName
{
color: #2CD22B;
}
.AnyTagClassName
{
color: #2CD22B;
}
</style>
background-color css
<style>
a { background-color: #2CD22B; }
a { background-color: rgb(44,210,43); }
div.DivClassName
{
background-color: #2CD22B;
}
.BgClassName
{
background-color: #2CD22B;
}
</style>
border-color css
<style>
span { border-color: #2CD22B; }
span { border-color: rgb(44,210,43); }
td.TdClassName
{
border-color: #2CD22B;
}
.TagClassName
{
border-color: #2CD22B;
}
</style>