Shades of Lime Green #2CF22E
Tints of Lime Green #2CF22E
RGB
CMYK
RGB Variations
Color information
#2CF22E (or 0x2CF22E) is known color: Lime Green. HEX triplet: 2C, F2 and 2E. RGB value is (44,242,46). Sum of RGB (Red+Green+Blue) = 44+242+46=332 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.25% from 332); Green value is 242 (94.92% from 255 or 72.89% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 242 - color contains mainly: green. Hex color #2CF22E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CF22E is #D30DD1. Grayscale: #A1A1A1. Windows color (decimal): -13831634 or 3076652. OLE color: 3076652.
HSL color Cylindrical-coordinate representation of color #2CF22E: hue angle of 120.61º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CF22E is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 44 | 242 | 46 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.05 |
| HSL | 120.61º | 0.88% | 0.56% | - |
| HSV(B) | 120.61º | 0.82% | 0.95% | - |
| XYZ | 33.28 | 64.24 | 13.23 | - |
| YUV | 160.45 | 63.4 | 44.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 242 | 46 | 0.82 | 0 | 0.81 | 0.05 | 120.61 | 0.88 | 0.56 |
| Hex | 2C | F2 | 2E | 52 | 0 | 51 | 5 | 79 | 58 | 38 |
| Octal | 54 | 362 | 56 | 122 | 0 | 121 | 5 | 171 | 130 | 70 |
| Binary | 101100 | 11110010 | 101110 | 1010010 | 0 | 1010001 | 101 | 1111001 | 1011000 | 111000 |
Color Harmonies of #2CF22E
Complementary color
Monochromatic Colors of #2CF22E
Black with #2CF22E
Text Example
Text Example
White with #2CF22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CF22E; }
p { color: rgb(44,242,46); }
H1.HeaderClassName
{
color: #2CF22E;
}
.AnyTagClassName
{
color: #2CF22E;
}
</style>
background-color css
<style>
a { background-color: #2CF22E; }
a { background-color: rgb(44,242,46); }
div.DivClassName
{
background-color: #2CF22E;
}
.BgClassName
{
background-color: #2CF22E;
}
</style>
border-color css
<style>
span { border-color: #2CF22E; }
span { border-color: rgb(44,242,46); }
td.TdClassName
{
border-color: #2CF22E;
}
.TagClassName
{
border-color: #2CF22E;
}
</style>