Shades of Lime Green #2ECD27
Tints of Lime Green #2ECD27
RGB
CMYK
RGB Variations
Color information
#2ECD27 (or 0x2ECD27) is known color: Lime Green. HEX triplet: 2E, CD and 27. RGB value is (46,205,39). Sum of RGB (Red+Green+Blue) = 46+205+39=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 205 (80.47% from 255 or 70.69% from 290); Blue value is 39 (15.62% from 255 or 13.45% from 290); Max value from RGB is 205 - color contains mainly: green. Hex color #2ECD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECD27 is #D132D8. Grayscale: #8B8B8B. Windows color (decimal): -13710041 or 2608430. OLE color: 2608430.
HSL color Cylindrical-coordinate representation of color #2ECD27: hue angle of 117.47º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECD27 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 205 | 39 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.20 |
| HSL | 117.47º | 0.68% | 0.48% | - |
| HSV(B) | 117.47º | 0.81% | 0.8% | - |
| XYZ | 23.32 | 44.39 | 9.26 | - |
| YUV | 138.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 205 | 39 | 0.78 | 0 | 0.81 | 0.20 | 117.47 | 0.68 | 0.48 |
| Hex | 2E | CD | 27 | 4E | 0 | 51 | 14 | 75 | 44 | 30 |
| Octal | 56 | 315 | 47 | 116 | 0 | 121 | 24 | 165 | 104 | 60 |
| Binary | 101110 | 11001101 | 100111 | 1001110 | 0 | 1010001 | 10100 | 1110101 | 1000100 | 110000 |
Color Harmonies of #2ECD27
Complementary color
Monochromatic Colors of #2ECD27
Black with #2ECD27
Text Example
Text Example
White with #2ECD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECD27; }
p { color: rgb(46,205,39); }
H1.HeaderClassName
{
color: #2ECD27;
}
.AnyTagClassName
{
color: #2ECD27;
}
</style>
background-color css
<style>
a { background-color: #2ECD27; }
a { background-color: rgb(46,205,39); }
div.DivClassName
{
background-color: #2ECD27;
}
.BgClassName
{
background-color: #2ECD27;
}
</style>
border-color css
<style>
span { border-color: #2ECD27; }
span { border-color: rgb(46,205,39); }
td.TdClassName
{
border-color: #2ECD27;
}
.TagClassName
{
border-color: #2ECD27;
}
</style>