Shades of Lime Green #45D325
Tints of Lime Green #45D325
RGB
CMYK
RGB Variations
Color information
#45D325 (or 0x45D325) is known color: Lime Green. HEX triplet: 45, D3 and 25. RGB value is (69,211,37). Sum of RGB (Red+Green+Blue) = 69+211+37=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 211 (82.81% from 255 or 66.56% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 211 - color contains mainly: green. Hex color #45D325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D325 is #BA2CDA. Grayscale: #959595. Windows color (decimal): -12201179 or 2478917. OLE color: 2478917.
HSL color Cylindrical-coordinate representation of color #45D325: hue angle of 108.97º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #45D325 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 37 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.17 |
| HSL | 108.97º | 0.7% | 0.49% | - |
| HSV(B) | 108.97º | 0.82% | 0.83% | - |
| XYZ | 26.08 | 47.99 | 9.64 | - |
| YUV | 148.71 | 64.96 | 71.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 37 | 0.67 | 0 | 0.82 | 0.17 | 108.97 | 0.7 | 0.49 |
| Hex | 45 | D3 | 25 | 43 | 0 | 52 | 11 | 6D | 46 | 31 |
| Octal | 105 | 323 | 45 | 103 | 0 | 122 | 21 | 155 | 106 | 61 |
| Binary | 1000101 | 11010011 | 100101 | 1000011 | 0 | 1010010 | 10001 | 1101101 | 1000110 | 110001 |
Color Harmonies of #45D325
Complementary color
Monochromatic Colors of #45D325
Black with #45D325
Text Example
Text Example
White with #45D325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D325; }
p { color: rgb(69,211,37); }
H1.HeaderClassName
{
color: #45D325;
}
.AnyTagClassName
{
color: #45D325;
}
</style>
background-color css
<style>
a { background-color: #45D325; }
a { background-color: rgb(69,211,37); }
div.DivClassName
{
background-color: #45D325;
}
.BgClassName
{
background-color: #45D325;
}
</style>
border-color css
<style>
span { border-color: #45D325; }
span { border-color: rgb(69,211,37); }
td.TdClassName
{
border-color: #45D325;
}
.TagClassName
{
border-color: #45D325;
}
</style>