Shades of Lime Green #45DA3F
Tints of Lime Green #45DA3F
RGB
CMYK
RGB Variations
Color information
#45DA3F (or 0x45DA3F) is known color: Lime Green. HEX triplet: 45, DA and 3F. RGB value is (69,218,63). Sum of RGB (Red+Green+Blue) = 69+218+63=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 218 (85.55% from 255 or 62.29% from 350); Blue value is 63 (25% from 255 or 18% from 350); Max value from RGB is 218 - color contains mainly: green. Hex color #45DA3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45DA3F is #BA25C0. Grayscale: #9C9C9C. Windows color (decimal): -12199361 or 4184645. OLE color: 4184645.
HSL color Cylindrical-coordinate representation of color #45DA3F: hue angle of 117.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45DA3F is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 218 | 63 | - |
| CMYK | 0.68 | 0 | 0.71 | 0.15 |
| HSL | 117.68º | 0.68% | 0.55% | - |
| HSV(B) | 117.68º | 0.71% | 0.85% | - |
| XYZ | 28.42 | 51.77 | 13.2 | - |
| YUV | 155.78 | 75.64 | 66.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 218 | 63 | 0.68 | 0 | 0.71 | 0.15 | 117.68 | 0.68 | 0.55 |
| Hex | 45 | DA | 3F | 44 | 0 | 47 | F | 76 | 44 | 37 |
| Octal | 105 | 332 | 77 | 104 | 0 | 107 | 17 | 166 | 104 | 67 |
| Binary | 1000101 | 11011010 | 111111 | 1000100 | 0 | 1000111 | 1111 | 1110110 | 1000100 | 110111 |
Color Harmonies of #45DA3F
Complementary color
Monochromatic Colors of #45DA3F
Black with #45DA3F
Text Example
Text Example
White with #45DA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DA3F; }
p { color: rgb(69,218,63); }
H1.HeaderClassName
{
color: #45DA3F;
}
.AnyTagClassName
{
color: #45DA3F;
}
</style>
background-color css
<style>
a { background-color: #45DA3F; }
a { background-color: rgb(69,218,63); }
div.DivClassName
{
background-color: #45DA3F;
}
.BgClassName
{
background-color: #45DA3F;
}
</style>
border-color css
<style>
span { border-color: #45DA3F; }
span { border-color: rgb(69,218,63); }
td.TdClassName
{
border-color: #45DA3F;
}
.TagClassName
{
border-color: #45DA3F;
}
</style>