Shades of Lime Green #2EFD34
Tints of Lime Green #2EFD34
RGB
CMYK
RGB Variations
Color information
#2EFD34 (or 0x2EFD34) is known color: Lime Green. HEX triplet: 2E, FD and 34. RGB value is (46,253,52). Sum of RGB (Red+Green+Blue) = 46+253+52=351 (46% of max value = 765). Red value is 46 (18.36% from 255 or 13.11% from 351); Green value is 253 (99.22% from 255 or 72.08% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 253 - color contains mainly: green. Hex color #2EFD34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EFD34 is #D102CB. Grayscale: #A8A8A8. Windows color (decimal): -13697740 or 3472686. OLE color: 3472686.
HSL color Cylindrical-coordinate representation of color #2EFD34: hue angle of 121.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EFD34 is Cyan = 0.82, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 46 | 253 | 52 | - |
| CMYK | 0.82 | 0 | 0.79 | 0.01 |
| HSL | 121.74º | 0.98% | 0.59% | - |
| HSV(B) | 121.74º | 0.82% | 0.99% | - |
| XYZ | 36.87 | 71.08 | 15.03 | - |
| YUV | 168.19 | 62.42 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 253 | 52 | 0.82 | 0 | 0.79 | 0.01 | 121.74 | 0.98 | 0.59 |
| Hex | 2E | FD | 34 | 52 | 0 | 4F | 1 | 7A | 62 | 3B |
| Octal | 56 | 375 | 64 | 122 | 0 | 117 | 1 | 172 | 142 | 73 |
| Binary | 101110 | 11111101 | 110100 | 1010010 | 0 | 1001111 | 1 | 1111010 | 1100010 | 111011 |
Color Harmonies of #2EFD34
Complementary color
Monochromatic Colors of #2EFD34
Black with #2EFD34
Text Example
Text Example
White with #2EFD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EFD34; }
p { color: rgb(46,253,52); }
H1.HeaderClassName
{
color: #2EFD34;
}
.AnyTagClassName
{
color: #2EFD34;
}
</style>
background-color css
<style>
a { background-color: #2EFD34; }
a { background-color: rgb(46,253,52); }
div.DivClassName
{
background-color: #2EFD34;
}
.BgClassName
{
background-color: #2EFD34;
}
</style>
border-color css
<style>
span { border-color: #2EFD34; }
span { border-color: rgb(46,253,52); }
td.TdClassName
{
border-color: #2EFD34;
}
.TagClassName
{
border-color: #2EFD34;
}
</style>