Shades of Lime Green #2EF630
Tints of Lime Green #2EF630
RGB
CMYK
RGB Variations
Color information
#2EF630 (or 0x2EF630) is known color: Lime Green. HEX triplet: 2E, F6 and 30. RGB value is (46,246,48). Sum of RGB (Red+Green+Blue) = 46+246+48=340 (45% of max value = 765). Red value is 46 (18.36% from 255 or 13.53% from 340); Green value is 246 (96.48% from 255 or 72.35% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF630 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2EF630 is #D109CF. Grayscale: #A4A4A4. Windows color (decimal): -13699536 or 3208750. OLE color: 3208750.
HSL color Cylindrical-coordinate representation of color #2EF630: hue angle of 120.6º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF630 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 48 | - |
| CMYK | 0.81 | 0 | 0.80 | 0.04 |
| HSL | 120.6º | 0.92% | 0.57% | - |
| HSV(B) | 120.6º | 0.81% | 0.96% | - |
| XYZ | 34.62 | 66.71 | 13.85 | - |
| YUV | 163.63 | 62.74 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 48 | 0.81 | 0 | 0.80 | 0.04 | 120.6 | 0.92 | 0.57 |
| Hex | 2E | F6 | 30 | 51 | 0 | 50 | 4 | 79 | 5C | 39 |
| Octal | 56 | 366 | 60 | 121 | 0 | 120 | 4 | 171 | 134 | 71 |
| Binary | 101110 | 11110110 | 110000 | 1010001 | 0 | 1010000 | 100 | 1111001 | 1011100 | 111001 |
Color Harmonies of #2EF630
Complementary color
Monochromatic Colors of #2EF630
Black with #2EF630
Text Example
Text Example
White with #2EF630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF630; }
p { color: rgb(46,246,48); }
H1.HeaderClassName
{
color: #2EF630;
}
.AnyTagClassName
{
color: #2EF630;
}
</style>
background-color css
<style>
a { background-color: #2EF630; }
a { background-color: rgb(46,246,48); }
div.DivClassName
{
background-color: #2EF630;
}
.BgClassName
{
background-color: #2EF630;
}
</style>
border-color css
<style>
span { border-color: #2EF630; }
span { border-color: rgb(46,246,48); }
td.TdClassName
{
border-color: #2EF630;
}
.TagClassName
{
border-color: #2EF630;
}
</style>