Shades of Lime Green #46D234
Tints of Lime Green #46D234
RGB
CMYK
RGB Variations
Color information
#46D234 (or 0x46D234) is known color: Lime Green. HEX triplet: 46, D2 and 34. RGB value is (70,210,52). Sum of RGB (Red+Green+Blue) = 70+210+52=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 210 (82.42% from 255 or 63.25% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 210 - color contains mainly: green. Hex color #46D234 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D234 is #B92DCB. Grayscale: #969696. Windows color (decimal): -12135884 or 3461702. OLE color: 3461702.
HSL color Cylindrical-coordinate representation of color #46D234: hue angle of 113.16º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #46D234 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 70 | 210 | 52 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.18 |
| HSL | 113.16º | 0.64% | 0.51% | - |
| HSV(B) | 113.16º | 0.75% | 0.82% | - |
| XYZ | 26.19 | 47.64 | 11.06 | - |
| YUV | 150.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 210 | 52 | 0.67 | 0 | 0.75 | 0.18 | 113.16 | 0.64 | 0.51 |
| Hex | 46 | D2 | 34 | 43 | 0 | 4B | 12 | 71 | 40 | 33 |
| Octal | 106 | 322 | 64 | 103 | 0 | 113 | 22 | 161 | 100 | 63 |
| Binary | 1000110 | 11010010 | 110100 | 1000011 | 0 | 1001011 | 10010 | 1110001 | 1000000 | 110011 |
Color Harmonies of #46D234
Complementary color
Monochromatic Colors of #46D234
Black with #46D234
Text Example
Text Example
White with #46D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D234; }
p { color: rgb(70,210,52); }
H1.HeaderClassName
{
color: #46D234;
}
.AnyTagClassName
{
color: #46D234;
}
</style>
background-color css
<style>
a { background-color: #46D234; }
a { background-color: rgb(70,210,52); }
div.DivClassName
{
background-color: #46D234;
}
.BgClassName
{
background-color: #46D234;
}
</style>
border-color css
<style>
span { border-color: #46D234; }
span { border-color: rgb(70,210,52); }
td.TdClassName
{
border-color: #46D234;
}
.TagClassName
{
border-color: #46D234;
}
</style>