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