Shades of Lime Green #2CE020
Tints of Lime Green #2CE020
RGB
CMYK
RGB Variations
Color information
#2CE020 (or 0x2CE020) is known color: Lime Green. HEX triplet: 2C, E0 and 20. RGB value is (44,224,32). Sum of RGB (Red+Green+Blue) = 44+224+32=300 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.67% from 300); Green value is 224 (87.89% from 255 or 74.67% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 224 - color contains mainly: green. Hex color #2CE020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE020 is #D31FDF. Grayscale: #949494. Windows color (decimal): -13836256 or 2154540. OLE color: 2154540.
HSL color Cylindrical-coordinate representation of color #2CE020: hue angle of 116.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE020 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 44 | 224 | 32 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.12 |
| HSL | 116.25º | 0.76% | 0.5% | - |
| HSV(B) | 116.25º | 0.86% | 0.88% | - |
| XYZ | 27.96 | 53.95 | 10.31 | - |
| YUV | 148.29 | 62.37 | 53.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 224 | 32 | 0.80 | 0 | 0.86 | 0.12 | 116.25 | 0.76 | 0.5 |
| Hex | 2C | E0 | 20 | 50 | 0 | 56 | C | 74 | 4C | 32 |
| Octal | 54 | 340 | 40 | 120 | 0 | 126 | 14 | 164 | 114 | 62 |
| Binary | 101100 | 11100000 | 100000 | 1010000 | 0 | 1010110 | 1100 | 1110100 | 1001100 | 110010 |
Color Harmonies of #2CE020
Complementary color
Monochromatic Colors of #2CE020
Black with #2CE020
Text Example
Text Example
White with #2CE020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE020; }
p { color: rgb(44,224,32); }
H1.HeaderClassName
{
color: #2CE020;
}
.AnyTagClassName
{
color: #2CE020;
}
</style>
background-color css
<style>
a { background-color: #2CE020; }
a { background-color: rgb(44,224,32); }
div.DivClassName
{
background-color: #2CE020;
}
.BgClassName
{
background-color: #2CE020;
}
</style>
border-color css
<style>
span { border-color: #2CE020; }
span { border-color: rgb(44,224,32); }
td.TdClassName
{
border-color: #2CE020;
}
.TagClassName
{
border-color: #2CE020;
}
</style>