Shades of Lime Green #46DF36
Tints of Lime Green #46DF36
RGB
CMYK
RGB Variations
Color information
#46DF36 (or 0x46DF36) is known color: Lime Green. HEX triplet: 46, DF and 36. RGB value is (70,223,54). Sum of RGB (Red+Green+Blue) = 70+223+54=347 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.17% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 54 (21.48% from 255 or 15.56% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46DF36 is #B920C9. Grayscale: #9E9E9E. Windows color (decimal): -12132554 or 3596102. OLE color: 3596102.
HSL color Cylindrical-coordinate representation of color #46DF36: hue angle of 114.32º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #46DF36 is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 223 | 54 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.13 |
| HSL | 114.32º | 0.73% | 0.54% | - |
| HSV(B) | 114.32º | 0.76% | 0.87% | - |
| XYZ | 29.58 | 54.34 | 12.42 | - |
| YUV | 157.99 | 69.31 | 65.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 223 | 54 | 0.69 | 0 | 0.76 | 0.13 | 114.32 | 0.73 | 0.54 |
| Hex | 46 | DF | 36 | 45 | 0 | 4C | D | 72 | 49 | 36 |
| Octal | 106 | 337 | 66 | 105 | 0 | 114 | 15 | 162 | 111 | 66 |
| Binary | 1000110 | 11011111 | 110110 | 1000101 | 0 | 1001100 | 1101 | 1110010 | 1001001 | 110110 |
Color Harmonies of #46DF36
Complementary color
Monochromatic Colors of #46DF36
Black with #46DF36
Text Example
Text Example
White with #46DF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DF36; }
p { color: rgb(70,223,54); }
H1.HeaderClassName
{
color: #46DF36;
}
.AnyTagClassName
{
color: #46DF36;
}
</style>
background-color css
<style>
a { background-color: #46DF36; }
a { background-color: rgb(70,223,54); }
div.DivClassName
{
background-color: #46DF36;
}
.BgClassName
{
background-color: #46DF36;
}
</style>
border-color css
<style>
span { border-color: #46DF36; }
span { border-color: rgb(70,223,54); }
td.TdClassName
{
border-color: #46DF36;
}
.TagClassName
{
border-color: #46DF36;
}
</style>