Shades of Lime Green #46F534
Tints of Lime Green #46F534
RGB
CMYK
RGB Variations
Color information
#46F534 (or 0x46F534) is known color: Lime Green. HEX triplet: 46, F5 and 34. RGB value is (70,245,52). Sum of RGB (Red+Green+Blue) = 70+245+52=367 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.07% from 367); Green value is 245 (96.09% from 255 or 66.76% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 245 - color contains mainly: green. Hex color #46F534 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F534 is #B90ACB. Grayscale: #ABABAB. Windows color (decimal): -12126924 or 3470662. OLE color: 3470662.
HSL color Cylindrical-coordinate representation of color #46F534: hue angle of 114.4º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46F534 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 70 | 245 | 52 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.04 |
| HSL | 114.4º | 0.91% | 0.58% | - |
| HSV(B) | 114.4º | 0.79% | 0.96% | - |
| XYZ | 35.8 | 66.85 | 14.27 | - |
| YUV | 170.67 | 61.02 | 56.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 245 | 52 | 0.71 | 0 | 0.79 | 0.04 | 114.4 | 0.91 | 0.58 |
| Hex | 46 | F5 | 34 | 47 | 0 | 4F | 4 | 72 | 5B | 3A |
| Octal | 106 | 365 | 64 | 107 | 0 | 117 | 4 | 162 | 133 | 72 |
| Binary | 1000110 | 11110101 | 110100 | 1000111 | 0 | 1001111 | 100 | 1110010 | 1011011 | 111010 |
Color Harmonies of #46F534
Complementary color
Monochromatic Colors of #46F534
Black with #46F534
Text Example
Text Example
White with #46F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F534; }
p { color: rgb(70,245,52); }
H1.HeaderClassName
{
color: #46F534;
}
.AnyTagClassName
{
color: #46F534;
}
</style>
background-color css
<style>
a { background-color: #46F534; }
a { background-color: rgb(70,245,52); }
div.DivClassName
{
background-color: #46F534;
}
.BgClassName
{
background-color: #46F534;
}
</style>
border-color css
<style>
span { border-color: #46F534; }
span { border-color: rgb(70,245,52); }
td.TdClassName
{
border-color: #46F534;
}
.TagClassName
{
border-color: #46F534;
}
</style>