Shades of Lime Green #2CC922
Tints of Lime Green #2CC922
RGB
CMYK
RGB Variations
Color information
#2CC922 (or 0x2CC922) is known color: Lime Green. HEX triplet: 2C, C9 and 22. RGB value is (44,201,34). Sum of RGB (Red+Green+Blue) = 44+201+34=279 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.77% from 279); Green value is 201 (78.91% from 255 or 72.04% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 201 - color contains mainly: green. Hex color #2CC922 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC922 is #D336DD. Grayscale: #878787. Windows color (decimal): -13842142 or 2279724. OLE color: 2279724.
HSL color Cylindrical-coordinate representation of color #2CC922: hue angle of 116.41º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2CC922 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 44 | 201 | 34 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.21 |
| HSL | 116.41º | 0.71% | 0.46% | - |
| HSV(B) | 116.41º | 0.83% | 0.79% | - |
| XYZ | 22.21 | 42.42 | 8.53 | - |
| YUV | 135.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 34 | 0.78 | 0 | 0.83 | 0.21 | 116.41 | 0.71 | 0.46 |
| Hex | 2C | C9 | 22 | 4E | 0 | 53 | 15 | 74 | 47 | 2E |
| Octal | 54 | 311 | 42 | 116 | 0 | 123 | 25 | 164 | 107 | 56 |
| Binary | 101100 | 11001001 | 100010 | 1001110 | 0 | 1010011 | 10101 | 1110100 | 1000111 | 101110 |
Color Harmonies of #2CC922
Complementary color
Monochromatic Colors of #2CC922
Black with #2CC922
Text Example
Text Example
White with #2CC922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC922; }
p { color: rgb(44,201,34); }
H1.HeaderClassName
{
color: #2CC922;
}
.AnyTagClassName
{
color: #2CC922;
}
</style>
background-color css
<style>
a { background-color: #2CC922; }
a { background-color: rgb(44,201,34); }
div.DivClassName
{
background-color: #2CC922;
}
.BgClassName
{
background-color: #2CC922;
}
</style>
border-color css
<style>
span { border-color: #2CC922; }
span { border-color: rgb(44,201,34); }
td.TdClassName
{
border-color: #2CC922;
}
.TagClassName
{
border-color: #2CC922;
}
</style>