Shades of Lime Green #46F934
Tints of Lime Green #46F934
RGB
CMYK
RGB Variations
Color information
#46F934 (or 0x46F934) is known color: Lime Green. HEX triplet: 46, F9 and 34. RGB value is (70,249,52). Sum of RGB (Red+Green+Blue) = 70+249+52=371 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.87% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #46F934 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F934 is #B906CB. Grayscale: #ADADAD. Windows color (decimal): -12125900 or 3471686. OLE color: 3471686.
HSL color Cylindrical-coordinate representation of color #46F934: hue angle of 114.52º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46F934 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 249 | 52 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.02 |
| HSL | 114.52º | 0.94% | 0.59% | - |
| HSV(B) | 114.52º | 0.79% | 0.98% | - |
| XYZ | 37.02 | 69.3 | 14.67 | - |
| YUV | 173.02 | 59.7 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 249 | 52 | 0.72 | 0 | 0.79 | 0.02 | 114.52 | 0.94 | 0.59 |
| Hex | 46 | F9 | 34 | 48 | 0 | 4F | 2 | 73 | 5E | 3B |
| Octal | 106 | 371 | 64 | 110 | 0 | 117 | 2 | 163 | 136 | 73 |
| Binary | 1000110 | 11111001 | 110100 | 1001000 | 0 | 1001111 | 10 | 1110011 | 1011110 | 111011 |
Color Harmonies of #46F934
Complementary color
Monochromatic Colors of #46F934
Black with #46F934
Text Example
Text Example
White with #46F934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F934; }
p { color: rgb(70,249,52); }
H1.HeaderClassName
{
color: #46F934;
}
.AnyTagClassName
{
color: #46F934;
}
</style>
background-color css
<style>
a { background-color: #46F934; }
a { background-color: rgb(70,249,52); }
div.DivClassName
{
background-color: #46F934;
}
.BgClassName
{
background-color: #46F934;
}
</style>
border-color css
<style>
span { border-color: #46F934; }
span { border-color: rgb(70,249,52); }
td.TdClassName
{
border-color: #46F934;
}
.TagClassName
{
border-color: #46F934;
}
</style>