Shades of Lime Green #45D545
Tints of Lime Green #45D545
RGB
CMYK
RGB Variations
Color information
#45D545 (or 0x45D545) is known color: Lime Green. HEX triplet: 45, D5 and 45. RGB value is (69,213,69). Sum of RGB (Red+Green+Blue) = 69+213+69=351 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.66% from 351); Green value is 213 (83.59% from 255 or 60.68% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 213 - color contains mainly: green. Hex color #45D545 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D545 is #BA2ABA. Grayscale: #999999. Windows color (decimal): -12200635 or 4576581. OLE color: 4576581.
HSL color Cylindrical-coordinate representation of color #45D545: hue angle of 120º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D545 is Cyan = 0.68, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 69 | - |
| CMYK | 0.68 | 0 | 0.68 | 0.16 |
| HSL | 120º | 0.63% | 0.55% | - |
| HSV(B) | 120º | 0.68% | 0.84% | - |
| XYZ | 27.32 | 49.28 | 13.7 | - |
| YUV | 153.53 | 80.29 | 67.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 69 | 0.68 | 0 | 0.68 | 0.16 | 120 | 0.63 | 0.55 |
| Hex | 45 | D5 | 45 | 44 | 0 | 44 | 10 | 78 | 3F | 37 |
| Octal | 105 | 325 | 105 | 104 | 0 | 104 | 20 | 170 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1000101 | 1000100 | 0 | 1000100 | 10000 | 1111000 | 111111 | 110111 |
Color Harmonies of #45D545
Complementary color
Monochromatic Colors of #45D545
Black with #45D545
Text Example
Text Example
White with #45D545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D545; }
p { color: rgb(69,213,69); }
H1.HeaderClassName
{
color: #45D545;
}
.AnyTagClassName
{
color: #45D545;
}
</style>
background-color css
<style>
a { background-color: #45D545; }
a { background-color: rgb(69,213,69); }
div.DivClassName
{
background-color: #45D545;
}
.BgClassName
{
background-color: #45D545;
}
</style>
border-color css
<style>
span { border-color: #45D545; }
span { border-color: rgb(69,213,69); }
td.TdClassName
{
border-color: #45D545;
}
.TagClassName
{
border-color: #45D545;
}
</style>