Shades of Lime Green #45DC31
Tints of Lime Green #45DC31
RGB
CMYK
RGB Variations
Color information
#45DC31 (or 0x45DC31) is known color: Lime Green. HEX triplet: 45, DC and 31. RGB value is (69,220,49). Sum of RGB (Red+Green+Blue) = 69+220+49=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 220 (86.33% from 255 or 65.09% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DC31 is #BA23CE. Grayscale: #9B9B9B. Windows color (decimal): -12198863 or 3267653. OLE color: 3267653.
HSL color Cylindrical-coordinate representation of color #45DC31: hue angle of 112.98º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45DC31 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 49 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.14 |
| HSL | 112.98º | 0.71% | 0.53% | - |
| HSV(B) | 112.98º | 0.78% | 0.86% | - |
| XYZ | 28.6 | 52.67 | 11.57 | - |
| YUV | 155.36 | 67.97 | 66.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 49 | 0.69 | 0 | 0.78 | 0.14 | 112.98 | 0.71 | 0.53 |
| Hex | 45 | DC | 31 | 45 | 0 | 4E | E | 71 | 47 | 35 |
| Octal | 105 | 334 | 61 | 105 | 0 | 116 | 16 | 161 | 107 | 65 |
| Binary | 1000101 | 11011100 | 110001 | 1000101 | 0 | 1001110 | 1110 | 1110001 | 1000111 | 110101 |
Color Harmonies of #45DC31
Complementary color
Monochromatic Colors of #45DC31
Black with #45DC31
Text Example
Text Example
White with #45DC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC31; }
p { color: rgb(69,220,49); }
H1.HeaderClassName
{
color: #45DC31;
}
.AnyTagClassName
{
color: #45DC31;
}
</style>
background-color css
<style>
a { background-color: #45DC31; }
a { background-color: rgb(69,220,49); }
div.DivClassName
{
background-color: #45DC31;
}
.BgClassName
{
background-color: #45DC31;
}
</style>
border-color css
<style>
span { border-color: #45DC31; }
span { border-color: rgb(69,220,49); }
td.TdClassName
{
border-color: #45DC31;
}
.TagClassName
{
border-color: #45DC31;
}
</style>