Shades of Lime Green #2CE720
Tints of Lime Green #2CE720
RGB
CMYK
RGB Variations
Color information
#2CE720 (or 0x2CE720) is known color: Lime Green. HEX triplet: 2C, E7 and 20. RGB value is (44,231,32). Sum of RGB (Red+Green+Blue) = 44+231+32=307 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.33% from 307); Green value is 231 (90.62% from 255 or 75.24% from 307); Blue value is 32 (12.89% from 255 or 10.42% from 307); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE720 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE720 is #D318DF. Grayscale: #999999. Windows color (decimal): -13834464 or 2156332. OLE color: 2156332.
HSL color Cylindrical-coordinate representation of color #2CE720: hue angle of 116.38º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CE720 is Cyan = 0.81, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 32 | - |
| CMYK | 0.81 | 0 | 0.86 | 0.09 |
| HSL | 116.38º | 0.81% | 0.52% | - |
| HSV(B) | 116.38º | 0.86% | 0.91% | - |
| XYZ | 29.88 | 57.79 | 10.95 | - |
| YUV | 152.4 | 60.05 | 50.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 32 | 0.81 | 0 | 0.86 | 0.09 | 116.38 | 0.81 | 0.52 |
| Hex | 2C | E7 | 20 | 51 | 0 | 56 | 9 | 74 | 51 | 34 |
| Octal | 54 | 347 | 40 | 121 | 0 | 126 | 11 | 164 | 121 | 64 |
| Binary | 101100 | 11100111 | 100000 | 1010001 | 0 | 1010110 | 1001 | 1110100 | 1010001 | 110100 |
Color Harmonies of #2CE720
Complementary color
Monochromatic Colors of #2CE720
Black with #2CE720
Text Example
Text Example
White with #2CE720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE720; }
p { color: rgb(44,231,32); }
H1.HeaderClassName
{
color: #2CE720;
}
.AnyTagClassName
{
color: #2CE720;
}
</style>
background-color css
<style>
a { background-color: #2CE720; }
a { background-color: rgb(44,231,32); }
div.DivClassName
{
background-color: #2CE720;
}
.BgClassName
{
background-color: #2CE720;
}
</style>
border-color css
<style>
span { border-color: #2CE720; }
span { border-color: rgb(44,231,32); }
td.TdClassName
{
border-color: #2CE720;
}
.TagClassName
{
border-color: #2CE720;
}
</style>