Shades of Lime Green #2EDE27
Tints of Lime Green #2EDE27
RGB
CMYK
RGB Variations
Color information
#2EDE27 (or 0x2EDE27) is known color: Lime Green. HEX triplet: 2E, DE and 27. RGB value is (46,222,39). Sum of RGB (Red+Green+Blue) = 46+222+39=307 (40% of max value = 765). Red value is 46 (18.36% from 255 or 14.98% from 307); Green value is 222 (87.11% from 255 or 72.31% from 307); Blue value is 39 (15.62% from 255 or 12.70% from 307); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EDE27 is #D121D8. Grayscale: #959595. Windows color (decimal): -13705689 or 2612782. OLE color: 2612782.
HSL color Cylindrical-coordinate representation of color #2EDE27: hue angle of 117.7º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EDE27 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 222 | 39 | - |
| CMYK | 0.79 | 0 | 0.82 | 0.13 |
| HSL | 117.7º | 0.73% | 0.51% | - |
| HSV(B) | 117.7º | 0.82% | 0.87% | - |
| XYZ | 27.61 | 52.97 | 10.69 | - |
| YUV | 148.51 | 66.19 | 54.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 222 | 39 | 0.79 | 0 | 0.82 | 0.13 | 117.7 | 0.73 | 0.51 |
| Hex | 2E | DE | 27 | 4F | 0 | 52 | D | 76 | 49 | 33 |
| Octal | 56 | 336 | 47 | 117 | 0 | 122 | 15 | 166 | 111 | 63 |
| Binary | 101110 | 11011110 | 100111 | 1001111 | 0 | 1010010 | 1101 | 1110110 | 1001001 | 110011 |
Color Harmonies of #2EDE27
Complementary color
Monochromatic Colors of #2EDE27
Black with #2EDE27
Text Example
Text Example
White with #2EDE27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDE27; }
p { color: rgb(46,222,39); }
H1.HeaderClassName
{
color: #2EDE27;
}
.AnyTagClassName
{
color: #2EDE27;
}
</style>
background-color css
<style>
a { background-color: #2EDE27; }
a { background-color: rgb(46,222,39); }
div.DivClassName
{
background-color: #2EDE27;
}
.BgClassName
{
background-color: #2EDE27;
}
</style>
border-color css
<style>
span { border-color: #2EDE27; }
span { border-color: rgb(46,222,39); }
td.TdClassName
{
border-color: #2EDE27;
}
.TagClassName
{
border-color: #2EDE27;
}
</style>