Shades of Lime Green #2CEE21
Tints of Lime Green #2CEE21
RGB
CMYK
RGB Variations
Color information
#2CEE21 (or 0x2CEE21) is known color: Lime Green. HEX triplet: 2C, EE and 21. RGB value is (44,238,33). Sum of RGB (Red+Green+Blue) = 44+238+33=315 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.97% from 315); Green value is 238 (93.36% from 255 or 75.56% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 238 - color contains mainly: green. Hex color #2CEE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEE21 is #D311DE. Grayscale: #9D9D9D. Windows color (decimal): -13832671 or 2223660. OLE color: 2223660.
HSL color Cylindrical-coordinate representation of color #2CEE21: hue angle of 116.78º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CEE21 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 238 | 33 | - |
| CMYK | 0.82 | 0 | 0.86 | 0.07 |
| HSL | 116.78º | 0.86% | 0.53% | - |
| HSV(B) | 116.78º | 0.86% | 0.93% | - |
| XYZ | 31.89 | 61.79 | 11.69 | - |
| YUV | 156.62 | 58.23 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 238 | 33 | 0.82 | 0 | 0.86 | 0.07 | 116.78 | 0.86 | 0.53 |
| Hex | 2C | EE | 21 | 52 | 0 | 56 | 7 | 75 | 56 | 35 |
| Octal | 54 | 356 | 41 | 122 | 0 | 126 | 7 | 165 | 126 | 65 |
| Binary | 101100 | 11101110 | 100001 | 1010010 | 0 | 1010110 | 111 | 1110101 | 1010110 | 110101 |
Color Harmonies of #2CEE21
Complementary color
Monochromatic Colors of #2CEE21
Black with #2CEE21
Text Example
Text Example
White with #2CEE21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEE21; }
p { color: rgb(44,238,33); }
H1.HeaderClassName
{
color: #2CEE21;
}
.AnyTagClassName
{
color: #2CEE21;
}
</style>
background-color css
<style>
a { background-color: #2CEE21; }
a { background-color: rgb(44,238,33); }
div.DivClassName
{
background-color: #2CEE21;
}
.BgClassName
{
background-color: #2CEE21;
}
</style>
border-color css
<style>
span { border-color: #2CEE21; }
span { border-color: rgb(44,238,33); }
td.TdClassName
{
border-color: #2CEE21;
}
.TagClassName
{
border-color: #2CEE21;
}
</style>