Shades of Lime Green #2ECF33
Tints of Lime Green #2ECF33
RGB
CMYK
RGB Variations
Color information
#2ECF33 (or 0x2ECF33) is known color: Lime Green. HEX triplet: 2E, CF and 33. RGB value is (46,207,51). Sum of RGB (Red+Green+Blue) = 46+207+51=304 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.13% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 51 (20.31% from 255 or 16.78% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #2ECF33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECF33 is #D130CC. Grayscale: #8D8D8D. Windows color (decimal): -13709517 or 3395374. OLE color: 3395374.
HSL color Cylindrical-coordinate representation of color #2ECF33: hue angle of 121.86º 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 #2ECF33 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 207 | 51 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.19 |
| HSL | 121.86º | 0.64% | 0.5% | - |
| HSV(B) | 121.86º | 0.78% | 0.81% | - |
| XYZ | 24.04 | 45.45 | 10.64 | - |
| YUV | 141.08 | 77.16 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 207 | 51 | 0.78 | 0 | 0.75 | 0.19 | 121.86 | 0.64 | 0.5 |
| Hex | 2E | CF | 33 | 4E | 0 | 4B | 13 | 7A | 40 | 32 |
| Octal | 56 | 317 | 63 | 116 | 0 | 113 | 23 | 172 | 100 | 62 |
| Binary | 101110 | 11001111 | 110011 | 1001110 | 0 | 1001011 | 10011 | 1111010 | 1000000 | 110010 |
Color Harmonies of #2ECF33
Complementary color
Monochromatic Colors of #2ECF33
Black with #2ECF33
Text Example
Text Example
White with #2ECF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECF33; }
p { color: rgb(46,207,51); }
H1.HeaderClassName
{
color: #2ECF33;
}
.AnyTagClassName
{
color: #2ECF33;
}
</style>
background-color css
<style>
a { background-color: #2ECF33; }
a { background-color: rgb(46,207,51); }
div.DivClassName
{
background-color: #2ECF33;
}
.BgClassName
{
background-color: #2ECF33;
}
</style>
border-color css
<style>
span { border-color: #2ECF33; }
span { border-color: rgb(46,207,51); }
td.TdClassName
{
border-color: #2ECF33;
}
.TagClassName
{
border-color: #2ECF33;
}
</style>