Shades of Lime Green #46D438
Tints of Lime Green #46D438
RGB
CMYK
RGB Variations
Color information
#46D438 (or 0x46D438) is known color: Lime Green. HEX triplet: 46, D4 and 38. RGB value is (70,212,56). Sum of RGB (Red+Green+Blue) = 70+212+56=338 (44% of max value = 765). Red value is 70 (27.73% from 255 or 20.71% from 338); Green value is 212 (83.20% from 255 or 62.72% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 212 - color contains mainly: green. Hex color #46D438 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46D438 is #B92BC7. Grayscale: #989898. Windows color (decimal): -12135368 or 3724358. OLE color: 3724358.
HSL color Cylindrical-coordinate representation of color #46D438: hue angle of 114.62º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #46D438 is Cyan = 0.67, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 56 | - |
| CMYK | 0.67 | 0 | 0.74 | 0.17 |
| HSL | 114.62º | 0.64% | 0.53% | - |
| HSV(B) | 114.62º | 0.74% | 0.83% | - |
| XYZ | 26.78 | 48.67 | 11.72 | - |
| YUV | 151.76 | 73.96 | 69.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 56 | 0.67 | 0 | 0.74 | 0.17 | 114.62 | 0.64 | 0.53 |
| Hex | 46 | D4 | 38 | 43 | 0 | 4A | 11 | 73 | 40 | 35 |
| Octal | 106 | 324 | 70 | 103 | 0 | 112 | 21 | 163 | 100 | 65 |
| Binary | 1000110 | 11010100 | 111000 | 1000011 | 0 | 1001010 | 10001 | 1110011 | 1000000 | 110101 |
Color Harmonies of #46D438
Complementary color
Monochromatic Colors of #46D438
Black with #46D438
Text Example
Text Example
White with #46D438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D438; }
p { color: rgb(70,212,56); }
H1.HeaderClassName
{
color: #46D438;
}
.AnyTagClassName
{
color: #46D438;
}
</style>
background-color css
<style>
a { background-color: #46D438; }
a { background-color: rgb(70,212,56); }
div.DivClassName
{
background-color: #46D438;
}
.BgClassName
{
background-color: #46D438;
}
</style>
border-color css
<style>
span { border-color: #46D438; }
span { border-color: rgb(70,212,56); }
td.TdClassName
{
border-color: #46D438;
}
.TagClassName
{
border-color: #46D438;
}
</style>