Shades of Lime Green #46D23B
Tints of Lime Green #46D23B
RGB
CMYK
RGB Variations
Color information
#46D23B (or 0x46D23B) is known color: Lime Green. HEX triplet: 46, D2 and 3B. RGB value is (70,210,59). Sum of RGB (Red+Green+Blue) = 70+210+59=339 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.65% from 339); Green value is 210 (82.42% from 255 or 61.95% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 210 - color contains mainly: green. Hex color #46D23B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D23B is #B92DC4. Grayscale: #979797. Windows color (decimal): -12135877 or 3920454. OLE color: 3920454.
HSL color Cylindrical-coordinate representation of color #46D23B: hue angle of 115.63º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46D23B is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 59 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.18 |
| HSL | 115.63º | 0.63% | 0.53% | - |
| HSV(B) | 115.63º | 0.72% | 0.82% | - |
| XYZ | 26.36 | 47.71 | 11.96 | - |
| YUV | 150.93 | 76.12 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 59 | 0.67 | 0 | 0.72 | 0.18 | 115.63 | 0.63 | 0.53 |
| Hex | 46 | D2 | 3B | 43 | 0 | 48 | 12 | 74 | 3F | 35 |
| Octal | 106 | 322 | 73 | 103 | 0 | 110 | 22 | 164 | 77 | 65 |
| Binary | 1000110 | 11010010 | 111011 | 1000011 | 0 | 1001000 | 10010 | 1110100 | 111111 | 110101 |
Color Harmonies of #46D23B
Complementary color
Monochromatic Colors of #46D23B
Black with #46D23B
Text Example
Text Example
White with #46D23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D23B; }
p { color: rgb(70,210,59); }
H1.HeaderClassName
{
color: #46D23B;
}
.AnyTagClassName
{
color: #46D23B;
}
</style>
background-color css
<style>
a { background-color: #46D23B; }
a { background-color: rgb(70,210,59); }
div.DivClassName
{
background-color: #46D23B;
}
.BgClassName
{
background-color: #46D23B;
}
</style>
border-color css
<style>
span { border-color: #46D23B; }
span { border-color: rgb(70,210,59); }
td.TdClassName
{
border-color: #46D23B;
}
.TagClassName
{
border-color: #46D23B;
}
</style>