Shades of Lime Green #45D554
Tints of Lime Green #45D554
RGB
CMYK
RGB Variations
Color information
#45D554 (or 0x45D554) is known color: Lime Green. HEX triplet: 45, D5 and 54. RGB value is (69,213,84). Sum of RGB (Red+Green+Blue) = 69+213+84=366 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.85% from 366); Green value is 213 (83.59% from 255 or 58.20% from 366); Blue value is 84 (33.20% from 255 or 22.95% from 366); Max value from RGB is 213 - color contains mainly: green. Hex color #45D554 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D554 is #BA2AAB. Grayscale: #9B9B9B. Windows color (decimal): -12200620 or 5559621. OLE color: 5559621.
HSL color Cylindrical-coordinate representation of color #45D554: hue angle of 126.25º 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 #45D554 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 84 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.16 |
| HSL | 126.25º | 0.63% | 0.55% | - |
| HSV(B) | 126.25º | 0.68% | 0.84% | - |
| XYZ | 27.85 | 49.49 | 16.47 | - |
| YUV | 155.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 84 | 0.68 | 0 | 0.61 | 0.16 | 126.25 | 0.63 | 0.55 |
| Hex | 45 | D5 | 54 | 44 | 0 | 3D | 10 | 7E | 3F | 37 |
| Octal | 105 | 325 | 124 | 104 | 0 | 75 | 20 | 176 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1010100 | 1000100 | 0 | 111101 | 10000 | 1111110 | 111111 | 110111 |
Color Harmonies of #45D554
Complementary color
Monochromatic Colors of #45D554
Black with #45D554
Text Example
Text Example
White with #45D554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D554; }
p { color: rgb(69,213,84); }
H1.HeaderClassName
{
color: #45D554;
}
.AnyTagClassName
{
color: #45D554;
}
</style>
background-color css
<style>
a { background-color: #45D554; }
a { background-color: rgb(69,213,84); }
div.DivClassName
{
background-color: #45D554;
}
.BgClassName
{
background-color: #45D554;
}
</style>
border-color css
<style>
span { border-color: #45D554; }
span { border-color: rgb(69,213,84); }
td.TdClassName
{
border-color: #45D554;
}
.TagClassName
{
border-color: #45D554;
}
</style>