Shades of Lime Green #46CF4C
Tints of Lime Green #46CF4C
RGB
CMYK
RGB Variations
Color information
#46CF4C (or 0x46CF4C) is known color: Lime Green. HEX triplet: 46, CF and 4C. RGB value is (70,207,76). Sum of RGB (Red+Green+Blue) = 70+207+76=353 (46% of max value = 765). Red value is 70 (27.73% from 255 or 19.83% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF4C is #B930B3. Grayscale: #979797. Windows color (decimal): -12136628 or 5033798. OLE color: 5033798.
HSL color Cylindrical-coordinate representation of color #46CF4C: hue angle of 122.63º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF4C is Cyan = 0.66, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 76 | - |
| CMYK | 0.66 | 0 | 0.63 | 0.19 |
| HSL | 122.63º | 0.59% | 0.54% | - |
| HSV(B) | 122.63º | 0.66% | 0.81% | - |
| XYZ | 26.14 | 46.45 | 14.43 | - |
| YUV | 151.1 | 85.61 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 76 | 0.66 | 0 | 0.63 | 0.19 | 122.63 | 0.59 | 0.54 |
| Hex | 46 | CF | 4C | 42 | 0 | 3F | 13 | 7B | 3B | 36 |
| Octal | 106 | 317 | 114 | 102 | 0 | 77 | 23 | 173 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1001100 | 1000010 | 0 | 111111 | 10011 | 1111011 | 111011 | 110110 |
Color Harmonies of #46CF4C
Complementary color
Monochromatic Colors of #46CF4C
Black with #46CF4C
Text Example
Text Example
White with #46CF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF4C; }
p { color: rgb(70,207,76); }
H1.HeaderClassName
{
color: #46CF4C;
}
.AnyTagClassName
{
color: #46CF4C;
}
</style>
background-color css
<style>
a { background-color: #46CF4C; }
a { background-color: rgb(70,207,76); }
div.DivClassName
{
background-color: #46CF4C;
}
.BgClassName
{
background-color: #46CF4C;
}
</style>
border-color css
<style>
span { border-color: #46CF4C; }
span { border-color: rgb(70,207,76); }
td.TdClassName
{
border-color: #46CF4C;
}
.TagClassName
{
border-color: #46CF4C;
}
</style>