Shades of Lime Green #45DF31
Tints of Lime Green #45DF31
RGB
CMYK
RGB Variations
Color information
#45DF31 (or 0x45DF31) is known color: Lime Green. HEX triplet: 45, DF and 31. RGB value is (69,223,49). Sum of RGB (Red+Green+Blue) = 69+223+49=341 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.23% from 341); Green value is 223 (87.5% from 255 or 65.40% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DF31 is #BA20CE. Grayscale: #9D9D9D. Windows color (decimal): -12198095 or 3268421. OLE color: 3268421.
HSL color Cylindrical-coordinate representation of color #45DF31: hue angle of 113.1º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45DF31 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 49 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.13 |
| HSL | 113.1º | 0.73% | 0.53% | - |
| HSV(B) | 113.1º | 0.78% | 0.87% | - |
| XYZ | 29.4 | 54.26 | 11.83 | - |
| YUV | 157.12 | 66.98 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 49 | 0.69 | 0 | 0.78 | 0.13 | 113.1 | 0.73 | 0.53 |
| Hex | 45 | DF | 31 | 45 | 0 | 4E | D | 71 | 49 | 35 |
| Octal | 105 | 337 | 61 | 105 | 0 | 116 | 15 | 161 | 111 | 65 |
| Binary | 1000101 | 11011111 | 110001 | 1000101 | 0 | 1001110 | 1101 | 1110001 | 1001001 | 110101 |
Color Harmonies of #45DF31
Complementary color
Monochromatic Colors of #45DF31
Black with #45DF31
Text Example
Text Example
White with #45DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF31; }
p { color: rgb(69,223,49); }
H1.HeaderClassName
{
color: #45DF31;
}
.AnyTagClassName
{
color: #45DF31;
}
</style>
background-color css
<style>
a { background-color: #45DF31; }
a { background-color: rgb(69,223,49); }
div.DivClassName
{
background-color: #45DF31;
}
.BgClassName
{
background-color: #45DF31;
}
</style>
border-color css
<style>
span { border-color: #45DF31; }
span { border-color: rgb(69,223,49); }
td.TdClassName
{
border-color: #45DF31;
}
.TagClassName
{
border-color: #45DF31;
}
</style>