Shades of Lime Green #46CF45
Tints of Lime Green #46CF45
RGB
CMYK
RGB Variations
Color information
#46CF45 (or 0x46CF45) is known color: Lime Green. HEX triplet: 46, CF and 45. RGB value is (70,207,69). Sum of RGB (Red+Green+Blue) = 70+207+69=346 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.23% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 69 (27.34% from 255 or 19.94% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #46CF45 is #B930BA. Grayscale: #969696. Windows color (decimal): -12136635 or 4575046. OLE color: 4575046.
HSL color Cylindrical-coordinate representation of color #46CF45: hue angle of 119.57º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46CF45 is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 69 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.19 |
| HSL | 119.57º | 0.59% | 0.54% | - |
| HSV(B) | 119.57º | 0.67% | 0.81% | - |
| XYZ | 25.91 | 46.36 | 13.21 | - |
| YUV | 150.31 | 82.11 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 69 | 0.66 | 0 | 0.67 | 0.19 | 119.57 | 0.59 | 0.54 |
| Hex | 46 | CF | 45 | 42 | 0 | 43 | 13 | 78 | 3B | 36 |
| Octal | 106 | 317 | 105 | 102 | 0 | 103 | 23 | 170 | 73 | 66 |
| Binary | 1000110 | 11001111 | 1000101 | 1000010 | 0 | 1000011 | 10011 | 1111000 | 111011 | 110110 |
Color Harmonies of #46CF45
Complementary color
Monochromatic Colors of #46CF45
Black with #46CF45
Text Example
Text Example
White with #46CF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF45; }
p { color: rgb(70,207,69); }
H1.HeaderClassName
{
color: #46CF45;
}
.AnyTagClassName
{
color: #46CF45;
}
</style>
background-color css
<style>
a { background-color: #46CF45; }
a { background-color: rgb(70,207,69); }
div.DivClassName
{
background-color: #46CF45;
}
.BgClassName
{
background-color: #46CF45;
}
</style>
border-color css
<style>
span { border-color: #46CF45; }
span { border-color: rgb(70,207,69); }
td.TdClassName
{
border-color: #46CF45;
}
.TagClassName
{
border-color: #46CF45;
}
</style>