Shades of Lime Green #45D326
Tints of Lime Green #45D326
RGB
CMYK
RGB Variations
Color information
#45D326 (or 0x45D326) is known color: Lime Green. HEX triplet: 45, D3 and 26. RGB value is (69,211,38). Sum of RGB (Red+Green+Blue) = 69+211+38=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #45D326 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D326 is #BA2CD9. Grayscale: #959595. Windows color (decimal): -12201178 or 2544453. OLE color: 2544453.
HSL color Cylindrical-coordinate representation of color #45D326: hue angle of 109.25º degrees, saturation: 0.69, 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 #45D326 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 211 | 38 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.17 |
| HSL | 109.25º | 0.69% | 0.49% | - |
| HSV(B) | 109.25º | 0.82% | 0.83% | - |
| XYZ | 26.1 | 47.99 | 9.72 | - |
| YUV | 148.82 | 65.46 | 71.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 211 | 38 | 0.67 | 0 | 0.82 | 0.17 | 109.25 | 0.69 | 0.49 |
| Hex | 45 | D3 | 26 | 43 | 0 | 52 | 11 | 6D | 45 | 31 |
| Octal | 105 | 323 | 46 | 103 | 0 | 122 | 21 | 155 | 105 | 61 |
| Binary | 1000101 | 11010011 | 100110 | 1000011 | 0 | 1010010 | 10001 | 1101101 | 1000101 | 110001 |
Color Harmonies of #45D326
Complementary color
Monochromatic Colors of #45D326
Black with #45D326
Text Example
Text Example
White with #45D326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D326; }
p { color: rgb(69,211,38); }
H1.HeaderClassName
{
color: #45D326;
}
.AnyTagClassName
{
color: #45D326;
}
</style>
background-color css
<style>
a { background-color: #45D326; }
a { background-color: rgb(69,211,38); }
div.DivClassName
{
background-color: #45D326;
}
.BgClassName
{
background-color: #45D326;
}
</style>
border-color css
<style>
span { border-color: #45D326; }
span { border-color: rgb(69,211,38); }
td.TdClassName
{
border-color: #45D326;
}
.TagClassName
{
border-color: #45D326;
}
</style>