Shades of Lime Green #46C236
Tints of Lime Green #46C236
RGB
CMYK
RGB Variations
Color information
#46C236 (or 0x46C236) is known color: Lime Green. HEX triplet: 46, C2 and 36. RGB value is (70,194,54). Sum of RGB (Red+Green+Blue) = 70+194+54=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 54 (21.48% from 255 or 16.98% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #46C236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46C236 is #B93DC9. Grayscale: #8D8D8D. Windows color (decimal): -12139978 or 3588678. OLE color: 3588678.
HSL color Cylindrical-coordinate representation of color #46C236: hue angle of 113.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46C236 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 70 | 194 | 54 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.24 |
| HSL | 113.14º | 0.56% | 0.49% | - |
| HSV(B) | 113.14º | 0.72% | 0.76% | - |
| XYZ | 22.48 | 40.15 | 10.06 | - |
| YUV | 140.96 | 78.92 | 77.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 194 | 54 | 0.64 | 0 | 0.72 | 0.24 | 113.14 | 0.56 | 0.49 |
| Hex | 46 | C2 | 36 | 40 | 0 | 48 | 18 | 71 | 38 | 31 |
| Octal | 106 | 302 | 66 | 100 | 0 | 110 | 30 | 161 | 70 | 61 |
| Binary | 1000110 | 11000010 | 110110 | 1000000 | 0 | 1001000 | 11000 | 1110001 | 111000 | 110001 |
Color Harmonies of #46C236
Complementary color
Monochromatic Colors of #46C236
Black with #46C236
Text Example
Text Example
White with #46C236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46C236; }
p { color: rgb(70,194,54); }
H1.HeaderClassName
{
color: #46C236;
}
.AnyTagClassName
{
color: #46C236;
}
</style>
background-color css
<style>
a { background-color: #46C236; }
a { background-color: rgb(70,194,54); }
div.DivClassName
{
background-color: #46C236;
}
.BgClassName
{
background-color: #46C236;
}
</style>
border-color css
<style>
span { border-color: #46C236; }
span { border-color: rgb(70,194,54); }
td.TdClassName
{
border-color: #46C236;
}
.TagClassName
{
border-color: #46C236;
}
</style>