Shades of Lime Green #2EFC35
Tints of Lime Green #2EFC35
RGB
CMYK
RGB Variations
Color information
#2EFC35 (or 0x2EFC35) is known color: Lime Green. HEX triplet: 2E, FC and 35. RGB value is (46,252,53). Sum of RGB (Red+Green+Blue) = 46+252+53=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 252 (98.83% from 255 or 71.79% from 351); Blue value is 53 (21.09% from 255 or 15.10% from 351); Max value from RGB is 252 - color contains mainly: green. Hex color #2EFC35 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFC35 is #D103CA. Grayscale: #A8A8A8. Windows color (decimal): -13697995 or 3537966. OLE color: 3537966.
HSL color Cylindrical-coordinate representation of color #2EFC35: hue angle of 122.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFC35 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 252 | 53 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.01 |
| HSL | 122.04º | 0.97% | 0.58% | - |
| HSV(B) | 122.04º | 0.82% | 0.99% | - |
| XYZ | 36.58 | 70.46 | 15.04 | - |
| YUV | 167.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 252 | 53 | 0.82 | 0 | 0.79 | 0.01 | 122.04 | 0.97 | 0.58 |
| Hex | 2E | FC | 35 | 52 | 0 | 4F | 1 | 7A | 61 | 3A |
| Octal | 56 | 374 | 65 | 122 | 0 | 117 | 1 | 172 | 141 | 72 |
| Binary | 101110 | 11111100 | 110101 | 1010010 | 0 | 1001111 | 1 | 1111010 | 1100001 | 111010 |
Color Harmonies of #2EFC35
Complementary color
Monochromatic Colors of #2EFC35
Black with #2EFC35
Text Example
Text Example
White with #2EFC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFC35; }
p { color: rgb(46,252,53); }
H1.HeaderClassName
{
color: #2EFC35;
}
.AnyTagClassName
{
color: #2EFC35;
}
</style>
background-color css
<style>
a { background-color: #2EFC35; }
a { background-color: rgb(46,252,53); }
div.DivClassName
{
background-color: #2EFC35;
}
.BgClassName
{
background-color: #2EFC35;
}
</style>
border-color css
<style>
span { border-color: #2EFC35; }
span { border-color: rgb(46,252,53); }
td.TdClassName
{
border-color: #2EFC35;
}
.TagClassName
{
border-color: #2EFC35;
}
</style>