Shades of Lime Green #2CC22B
Tints of Lime Green #2CC22B
RGB
CMYK
RGB Variations
Color information
#2CC22B (or 0x2CC22B) is known color: Lime Green. HEX triplet: 2C, C2 and 2B. RGB value is (44,194,43). Sum of RGB (Red+Green+Blue) = 44+194+43=281 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.66% from 281); Green value is 194 (76.17% from 255 or 69.04% from 281); Blue value is 43 (17.19% from 255 or 15.30% from 281); Max value from RGB is 194 - color contains mainly: green. Hex color #2CC22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC22B is #D33DD4. Grayscale: #848484. Windows color (decimal): -13843925 or 2867756. OLE color: 2867756.
HSL color Cylindrical-coordinate representation of color #2CC22B: hue angle of 119.6º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC22B is Cyan = 0.77, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 44 | 194 | 43 | - |
| CMYK | 0.77 | 0 | 0.78 | 0.24 |
| HSL | 119.6º | 0.64% | 0.46% | - |
| HSV(B) | 119.6º | 0.78% | 0.76% | - |
| XYZ | 20.77 | 39.29 | 8.78 | - |
| YUV | 131.94 | 77.81 | 65.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 194 | 43 | 0.77 | 0 | 0.78 | 0.24 | 119.6 | 0.64 | 0.46 |
| Hex | 2C | C2 | 2B | 4D | 0 | 4E | 18 | 78 | 40 | 2E |
| Octal | 54 | 302 | 53 | 115 | 0 | 116 | 30 | 170 | 100 | 56 |
| Binary | 101100 | 11000010 | 101011 | 1001101 | 0 | 1001110 | 11000 | 1111000 | 1000000 | 101110 |
Color Harmonies of #2CC22B
Complementary color
Monochromatic Colors of #2CC22B
Black with #2CC22B
Text Example
Text Example
White with #2CC22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC22B; }
p { color: rgb(44,194,43); }
H1.HeaderClassName
{
color: #2CC22B;
}
.AnyTagClassName
{
color: #2CC22B;
}
</style>
background-color css
<style>
a { background-color: #2CC22B; }
a { background-color: rgb(44,194,43); }
div.DivClassName
{
background-color: #2CC22B;
}
.BgClassName
{
background-color: #2CC22B;
}
</style>
border-color css
<style>
span { border-color: #2CC22B; }
span { border-color: rgb(44,194,43); }
td.TdClassName
{
border-color: #2CC22B;
}
.TagClassName
{
border-color: #2CC22B;
}
</style>