Shades of Lime Green #2ECF27
Tints of Lime Green #2ECF27
RGB
CMYK
RGB Variations
Color information
#2ECF27 (or 0x2ECF27) is known color: Lime Green. HEX triplet: 2E, CF and 27. RGB value is (46,207,39). Sum of RGB (Red+Green+Blue) = 46+207+39=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 207 (81.25% from 255 or 70.89% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF27 is #D130D8. Grayscale: #8C8C8C. Windows color (decimal): -13709529 or 2608942. OLE color: 2608942.
HSL color Cylindrical-coordinate representation of color #2ECF27: hue angle of 117.5º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2ECF27 is Cyan = 0.78, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 39 | - |
| CMYK | 0.78 | 0 | 0.81 | 0.19 |
| HSL | 117.5º | 0.68% | 0.48% | - |
| HSV(B) | 117.5º | 0.81% | 0.81% | - |
| XYZ | 23.81 | 45.35 | 9.42 | - |
| YUV | 139.71 | 71.16 | 61.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 39 | 0.78 | 0 | 0.81 | 0.19 | 117.5 | 0.68 | 0.48 |
| Hex | 2E | CF | 27 | 4E | 0 | 51 | 13 | 76 | 44 | 30 |
| Octal | 56 | 317 | 47 | 116 | 0 | 121 | 23 | 166 | 104 | 60 |
| Binary | 101110 | 11001111 | 100111 | 1001110 | 0 | 1010001 | 10011 | 1110110 | 1000100 | 110000 |
Color Harmonies of #2ECF27
Complementary color
Monochromatic Colors of #2ECF27
Black with #2ECF27
Text Example
Text Example
White with #2ECF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF27; }
p { color: rgb(46,207,39); }
H1.HeaderClassName
{
color: #2ECF27;
}
.AnyTagClassName
{
color: #2ECF27;
}
</style>
background-color css
<style>
a { background-color: #2ECF27; }
a { background-color: rgb(46,207,39); }
div.DivClassName
{
background-color: #2ECF27;
}
.BgClassName
{
background-color: #2ECF27;
}
</style>
border-color css
<style>
span { border-color: #2ECF27; }
span { border-color: rgb(46,207,39); }
td.TdClassName
{
border-color: #2ECF27;
}
.TagClassName
{
border-color: #2ECF27;
}
</style>