Shades of Lime Green #45D930
Tints of Lime Green #45D930
RGB
CMYK
RGB Variations
Color information
#45D930 (or 0x45D930) is known color: Lime Green. HEX triplet: 45, D9 and 30. RGB value is (69,217,48). Sum of RGB (Red+Green+Blue) = 69+217+48=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #45D930 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D930 is #BA26CF. Grayscale: #9A9A9A. Windows color (decimal): -12199632 or 3201349. OLE color: 3201349.
HSL color Cylindrical-coordinate representation of color #45D930: hue angle of 112.54º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #45D930 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 48 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.15 |
| HSL | 112.54º | 0.69% | 0.52% | - |
| HSV(B) | 112.54º | 0.78% | 0.85% | - |
| XYZ | 27.8 | 51.1 | 11.2 | - |
| YUV | 153.48 | 68.47 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 48 | 0.68 | 0 | 0.78 | 0.15 | 112.54 | 0.69 | 0.52 |
| Hex | 45 | D9 | 30 | 44 | 0 | 4E | F | 71 | 45 | 34 |
| Octal | 105 | 331 | 60 | 104 | 0 | 116 | 17 | 161 | 105 | 64 |
| Binary | 1000101 | 11011001 | 110000 | 1000100 | 0 | 1001110 | 1111 | 1110001 | 1000101 | 110100 |
Color Harmonies of #45D930
Complementary color
Monochromatic Colors of #45D930
Black with #45D930
Text Example
Text Example
White with #45D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D930; }
p { color: rgb(69,217,48); }
H1.HeaderClassName
{
color: #45D930;
}
.AnyTagClassName
{
color: #45D930;
}
</style>
background-color css
<style>
a { background-color: #45D930; }
a { background-color: rgb(69,217,48); }
div.DivClassName
{
background-color: #45D930;
}
.BgClassName
{
background-color: #45D930;
}
</style>
border-color css
<style>
span { border-color: #45D930; }
span { border-color: rgb(69,217,48); }
td.TdClassName
{
border-color: #45D930;
}
.TagClassName
{
border-color: #45D930;
}
</style>