Shades of Lime Green #46D93B
Tints of Lime Green #46D93B
RGB
CMYK
RGB Variations
Color information
#46D93B (or 0x46D93B) is known color: Lime Green. HEX triplet: 46, D9 and 3B. RGB value is (70,217,59). Sum of RGB (Red+Green+Blue) = 70+217+59=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #46D93B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D93B is #B926C4. Grayscale: #9B9B9B. Windows color (decimal): -12134085 or 3922246. OLE color: 3922246.
HSL color Cylindrical-coordinate representation of color #46D93B: hue angle of 115.82º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46D93B is Cyan = 0.68, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 70 | 217 | 59 | - |
| CMYK | 0.68 | 0 | 0.73 | 0.15 |
| HSL | 115.82º | 0.68% | 0.54% | - |
| HSV(B) | 115.82º | 0.73% | 0.85% | - |
| XYZ | 28.13 | 51.24 | 12.55 | - |
| YUV | 155.04 | 73.8 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 217 | 59 | 0.68 | 0 | 0.73 | 0.15 | 115.82 | 0.68 | 0.54 |
| Hex | 46 | D9 | 3B | 44 | 0 | 49 | F | 74 | 44 | 36 |
| Octal | 106 | 331 | 73 | 104 | 0 | 111 | 17 | 164 | 104 | 66 |
| Binary | 1000110 | 11011001 | 111011 | 1000100 | 0 | 1001001 | 1111 | 1110100 | 1000100 | 110110 |
Color Harmonies of #46D93B
Complementary color
Monochromatic Colors of #46D93B
Black with #46D93B
Text Example
Text Example
White with #46D93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D93B; }
p { color: rgb(70,217,59); }
H1.HeaderClassName
{
color: #46D93B;
}
.AnyTagClassName
{
color: #46D93B;
}
</style>
background-color css
<style>
a { background-color: #46D93B; }
a { background-color: rgb(70,217,59); }
div.DivClassName
{
background-color: #46D93B;
}
.BgClassName
{
background-color: #46D93B;
}
</style>
border-color css
<style>
span { border-color: #46D93B; }
span { border-color: rgb(70,217,59); }
td.TdClassName
{
border-color: #46D93B;
}
.TagClassName
{
border-color: #46D93B;
}
</style>