Shades of Lime Green #45D134
Tints of Lime Green #45D134
RGB
CMYK
RGB Variations
Color information
#45D134 (or 0x45D134) is known color: Lime Green. HEX triplet: 45, D1 and 34. RGB value is (69,209,52). Sum of RGB (Red+Green+Blue) = 69+209+52=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 52 (20.70% from 255 or 15.76% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #45D134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D134 is #BA2ECB. Grayscale: #959595. Windows color (decimal): -12201676 or 3461445. OLE color: 3461445.
HSL color Cylindrical-coordinate representation of color #45D134: hue angle of 113.5º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45D134 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 209 | 52 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.18 |
| HSL | 113.5º | 0.63% | 0.51% | - |
| HSV(B) | 113.5º | 0.75% | 0.82% | - |
| XYZ | 25.87 | 47.11 | 10.98 | - |
| YUV | 149.24 | 73.12 | 70.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 209 | 52 | 0.67 | 0 | 0.75 | 0.18 | 113.5 | 0.63 | 0.51 |
| Hex | 45 | D1 | 34 | 43 | 0 | 4B | 12 | 72 | 3F | 33 |
| Octal | 105 | 321 | 64 | 103 | 0 | 113 | 22 | 162 | 77 | 63 |
| Binary | 1000101 | 11010001 | 110100 | 1000011 | 0 | 1001011 | 10010 | 1110010 | 111111 | 110011 |
Color Harmonies of #45D134
Complementary color
Monochromatic Colors of #45D134
Black with #45D134
Text Example
Text Example
White with #45D134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D134; }
p { color: rgb(69,209,52); }
H1.HeaderClassName
{
color: #45D134;
}
.AnyTagClassName
{
color: #45D134;
}
</style>
background-color css
<style>
a { background-color: #45D134; }
a { background-color: rgb(69,209,52); }
div.DivClassName
{
background-color: #45D134;
}
.BgClassName
{
background-color: #45D134;
}
</style>
border-color css
<style>
span { border-color: #45D134; }
span { border-color: rgb(69,209,52); }
td.TdClassName
{
border-color: #45D134;
}
.TagClassName
{
border-color: #45D134;
}
</style>