Shades of Lime Green #45DF55
Tints of Lime Green #45DF55
RGB
CMYK
RGB Variations
Color information
#45DF55 (or 0x45DF55) is known color: Lime Green. HEX triplet: 45, DF and 55. RGB value is (69,223,85). Sum of RGB (Red+Green+Blue) = 69+223+85=377 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.30% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 85 (33.59% from 255 or 22.55% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF55 is #BA20AA. Grayscale: #A1A1A1. Windows color (decimal): -12198059 or 5627717. OLE color: 5627717.
HSL color Cylindrical-coordinate representation of color #45DF55: hue angle of 126.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DF55 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 85 | - |
| CMYK | 0.69 | 0 | 0.62 | 0.13 |
| HSL | 126.23º | 0.71% | 0.57% | - |
| HSV(B) | 126.23º | 0.69% | 0.87% | - |
| XYZ | 30.48 | 54.7 | 17.55 | - |
| YUV | 161.22 | 84.98 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 85 | 0.69 | 0 | 0.62 | 0.13 | 126.23 | 0.71 | 0.57 |
| Hex | 45 | DF | 55 | 45 | 0 | 3E | D | 7E | 47 | 39 |
| Octal | 105 | 337 | 125 | 105 | 0 | 76 | 15 | 176 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1010101 | 1000101 | 0 | 111110 | 1101 | 1111110 | 1000111 | 111001 |
Color Harmonies of #45DF55
Complementary color
Monochromatic Colors of #45DF55
Black with #45DF55
Text Example
Text Example
White with #45DF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF55; }
p { color: rgb(69,223,85); }
H1.HeaderClassName
{
color: #45DF55;
}
.AnyTagClassName
{
color: #45DF55;
}
</style>
background-color css
<style>
a { background-color: #45DF55; }
a { background-color: rgb(69,223,85); }
div.DivClassName
{
background-color: #45DF55;
}
.BgClassName
{
background-color: #45DF55;
}
</style>
border-color css
<style>
span { border-color: #45DF55; }
span { border-color: rgb(69,223,85); }
td.TdClassName
{
border-color: #45DF55;
}
.TagClassName
{
border-color: #45DF55;
}
</style>