Shades of Lime Green #2ECF3A
Tints of Lime Green #2ECF3A
RGB
CMYK
RGB Variations
Color information
#2ECF3A (or 0x2ECF3A) is known color: Lime Green. HEX triplet: 2E, CF and 3A. RGB value is (46,207,58). Sum of RGB (Red+Green+Blue) = 46+207+58=311 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.79% from 311); Green value is 207 (81.25% from 255 or 66.56% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF3A is #D130C5. Grayscale: #8E8E8E. Windows color (decimal): -13709510 or 3854126. OLE color: 3854126.
HSL color Cylindrical-coordinate representation of color #2ECF3A: hue angle of 124.47º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECF3A is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 58 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.19 |
| HSL | 124.47º | 0.64% | 0.5% | - |
| HSV(B) | 124.47º | 0.78% | 0.81% | - |
| XYZ | 24.2 | 45.51 | 11.51 | - |
| YUV | 141.88 | 80.66 | 59.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 58 | 0.78 | 0 | 0.72 | 0.19 | 124.47 | 0.64 | 0.5 |
| Hex | 2E | CF | 3A | 4E | 0 | 48 | 13 | 7C | 40 | 32 |
| Octal | 56 | 317 | 72 | 116 | 0 | 110 | 23 | 174 | 100 | 62 |
| Binary | 101110 | 11001111 | 111010 | 1001110 | 0 | 1001000 | 10011 | 1111100 | 1000000 | 110010 |
Color Harmonies of #2ECF3A
Complementary color
Monochromatic Colors of #2ECF3A
Black with #2ECF3A
Text Example
Text Example
White with #2ECF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF3A; }
p { color: rgb(46,207,58); }
H1.HeaderClassName
{
color: #2ECF3A;
}
.AnyTagClassName
{
color: #2ECF3A;
}
</style>
background-color css
<style>
a { background-color: #2ECF3A; }
a { background-color: rgb(46,207,58); }
div.DivClassName
{
background-color: #2ECF3A;
}
.BgClassName
{
background-color: #2ECF3A;
}
</style>
border-color css
<style>
span { border-color: #2ECF3A; }
span { border-color: rgb(46,207,58); }
td.TdClassName
{
border-color: #2ECF3A;
}
.TagClassName
{
border-color: #2ECF3A;
}
</style>