Shades of Lime Green #46EE2F
Tints of Lime Green #46EE2F
RGB
CMYK
RGB Variations
Color information
#46EE2F (or 0x46EE2F) is known color: Lime Green. HEX triplet: 46, EE and 2F. RGB value is (70,238,47). Sum of RGB (Red+Green+Blue) = 70+238+47=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 238 (93.36% from 255 or 67.04% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46EE2F is #B911D0. Grayscale: #A6A6A6. Windows color (decimal): -12128721 or 3141190. OLE color: 3141190.
HSL color Cylindrical-coordinate representation of color #46EE2F: hue angle of 112.77º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46EE2F is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 70 | 238 | 47 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.07 |
| HSL | 112.77º | 0.85% | 0.56% | - |
| HSV(B) | 112.77º | 0.8% | 0.93% | - |
| XYZ | 33.61 | 62.66 | 13.01 | - |
| YUV | 165.99 | 60.84 | 59.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 238 | 47 | 0.71 | 0 | 0.80 | 0.07 | 112.77 | 0.85 | 0.56 |
| Hex | 46 | EE | 2F | 47 | 0 | 50 | 7 | 71 | 55 | 38 |
| Octal | 106 | 356 | 57 | 107 | 0 | 120 | 7 | 161 | 125 | 70 |
| Binary | 1000110 | 11101110 | 101111 | 1000111 | 0 | 1010000 | 111 | 1110001 | 1010101 | 111000 |
Color Harmonies of #46EE2F
Complementary color
Monochromatic Colors of #46EE2F
Black with #46EE2F
Text Example
Text Example
White with #46EE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EE2F; }
p { color: rgb(70,238,47); }
H1.HeaderClassName
{
color: #46EE2F;
}
.AnyTagClassName
{
color: #46EE2F;
}
</style>
background-color css
<style>
a { background-color: #46EE2F; }
a { background-color: rgb(70,238,47); }
div.DivClassName
{
background-color: #46EE2F;
}
.BgClassName
{
background-color: #46EE2F;
}
</style>
border-color css
<style>
span { border-color: #46EE2F; }
span { border-color: rgb(70,238,47); }
td.TdClassName
{
border-color: #46EE2F;
}
.TagClassName
{
border-color: #46EE2F;
}
</style>