Shades of Lime Green #45D34E
Tints of Lime Green #45D34E
RGB
CMYK
RGB Variations
Color information
#45D34E (or 0x45D34E) is known color: Lime Green. HEX triplet: 45, D3 and 4E. RGB value is (69,211,78). Sum of RGB (Red+Green+Blue) = 69+211+78=358 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.27% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 78 (30.86% from 255 or 21.79% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #45D34E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D34E is #BA2CB1. Grayscale: #999999. Windows color (decimal): -12201138 or 5165893. OLE color: 5165893.
HSL color Cylindrical-coordinate representation of color #45D34E: hue angle of 123.8º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D34E is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 78 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.17 |
| HSL | 123.8º | 0.62% | 0.55% | - |
| HSV(B) | 123.8º | 0.67% | 0.83% | - |
| XYZ | 27.12 | 48.4 | 15.12 | - |
| YUV | 153.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 78 | 0.67 | 0 | 0.63 | 0.17 | 123.8 | 0.62 | 0.55 |
| Hex | 45 | D3 | 4E | 43 | 0 | 3F | 11 | 7C | 3E | 37 |
| Octal | 105 | 323 | 116 | 103 | 0 | 77 | 21 | 174 | 76 | 67 |
| Binary | 1000101 | 11010011 | 1001110 | 1000011 | 0 | 111111 | 10001 | 1111100 | 111110 | 110111 |
Color Harmonies of #45D34E
Complementary color
Monochromatic Colors of #45D34E
Black with #45D34E
Text Example
Text Example
White with #45D34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D34E; }
p { color: rgb(69,211,78); }
H1.HeaderClassName
{
color: #45D34E;
}
.AnyTagClassName
{
color: #45D34E;
}
</style>
background-color css
<style>
a { background-color: #45D34E; }
a { background-color: rgb(69,211,78); }
div.DivClassName
{
background-color: #45D34E;
}
.BgClassName
{
background-color: #45D34E;
}
</style>
border-color css
<style>
span { border-color: #45D34E; }
span { border-color: rgb(69,211,78); }
td.TdClassName
{
border-color: #45D34E;
}
.TagClassName
{
border-color: #45D34E;
}
</style>