Shades of Lime Green #46B935
Tints of Lime Green #46B935
RGB
CMYK
RGB Variations
Color information
#46B935 (or 0x46B935) is known color: Lime Green. HEX triplet: 46, B9 and 35. RGB value is (70,185,53). Sum of RGB (Red+Green+Blue) = 70+185+53=308 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.73% from 308); Green value is 185 (72.66% from 255 or 60.06% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 185 - color contains mainly: green. Hex color #46B935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46B935 is #B946CA. Grayscale: #878787. Windows color (decimal): -12142283 or 3520838. OLE color: 3520838.
HSL color Cylindrical-coordinate representation of color #46B935: hue angle of 112.27º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46B935 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 70 | 185 | 53 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.27 |
| HSL | 112.27º | 0.55% | 0.47% | - |
| HSV(B) | 112.27º | 0.71% | 0.73% | - |
| XYZ | 20.52 | 36.26 | 9.29 | - |
| YUV | 135.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 185 | 53 | 0.62 | 0 | 0.71 | 0.27 | 112.27 | 0.55 | 0.47 |
| Hex | 46 | B9 | 35 | 3E | 0 | 47 | 1B | 70 | 37 | 2F |
| Octal | 106 | 271 | 65 | 76 | 0 | 107 | 33 | 160 | 67 | 57 |
| Binary | 1000110 | 10111001 | 110101 | 111110 | 0 | 1000111 | 11011 | 1110000 | 110111 | 101111 |
Color Harmonies of #46B935
Complementary color
Monochromatic Colors of #46B935
Black with #46B935
Text Example
Text Example
White with #46B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46B935; }
p { color: rgb(70,185,53); }
H1.HeaderClassName
{
color: #46B935;
}
.AnyTagClassName
{
color: #46B935;
}
</style>
background-color css
<style>
a { background-color: #46B935; }
a { background-color: rgb(70,185,53); }
div.DivClassName
{
background-color: #46B935;
}
.BgClassName
{
background-color: #46B935;
}
</style>
border-color css
<style>
span { border-color: #46B935; }
span { border-color: rgb(70,185,53); }
td.TdClassName
{
border-color: #46B935;
}
.TagClassName
{
border-color: #46B935;
}
</style>