Shades of Lime Green #2EED35
Tints of Lime Green #2EED35
RGB
CMYK
RGB Variations
Color information
#2EED35 (or 0x2EED35) is known color: Lime Green. HEX triplet: 2E, ED and 35. RGB value is (46,237,53). Sum of RGB (Red+Green+Blue) = 46+237+53=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 237 (92.97% from 255 or 70.54% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EED35 is #D112CA. Grayscale: #9F9F9F. Windows color (decimal): -13701835 or 3534126. OLE color: 3534126.
HSL color Cylindrical-coordinate representation of color #2EED35: hue angle of 122.2º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED35 is Cyan = 0.81, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 53 | - |
| CMYK | 0.81 | 0 | 0.78 | 0.07 |
| HSL | 122.2º | 0.84% | 0.55% | - |
| HSV(B) | 122.2º | 0.81% | 0.93% | - |
| XYZ | 32.05 | 61.41 | 13.53 | - |
| YUV | 158.92 | 68.22 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 53 | 0.81 | 0 | 0.78 | 0.07 | 122.2 | 0.84 | 0.55 |
| Hex | 2E | ED | 35 | 51 | 0 | 4E | 7 | 7A | 54 | 37 |
| Octal | 56 | 355 | 65 | 121 | 0 | 116 | 7 | 172 | 124 | 67 |
| Binary | 101110 | 11101101 | 110101 | 1010001 | 0 | 1001110 | 111 | 1111010 | 1010100 | 110111 |
Color Harmonies of #2EED35
Complementary color
Monochromatic Colors of #2EED35
Black with #2EED35
Text Example
Text Example
White with #2EED35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED35; }
p { color: rgb(46,237,53); }
H1.HeaderClassName
{
color: #2EED35;
}
.AnyTagClassName
{
color: #2EED35;
}
</style>
background-color css
<style>
a { background-color: #2EED35; }
a { background-color: rgb(46,237,53); }
div.DivClassName
{
background-color: #2EED35;
}
.BgClassName
{
background-color: #2EED35;
}
</style>
border-color css
<style>
span { border-color: #2EED35; }
span { border-color: rgb(46,237,53); }
td.TdClassName
{
border-color: #2EED35;
}
.TagClassName
{
border-color: #2EED35;
}
</style>