Shades of Lime Green #45D03F
Tints of Lime Green #45D03F
RGB
CMYK
RGB Variations
Color information
#45D03F (or 0x45D03F) is known color: Lime Green. HEX triplet: 45, D0 and 3F. RGB value is (69,208,63). Sum of RGB (Red+Green+Blue) = 69+208+63=340 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.29% from 340); Green value is 208 (81.64% from 255 or 61.18% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 208 - color contains mainly: green. Hex color #45D03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D03F is #BA2FC0. Grayscale: #969696. Windows color (decimal): -12201921 or 4182085. OLE color: 4182085.
HSL color Cylindrical-coordinate representation of color #45D03F: hue angle of 117.52º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45D03F is Cyan = 0.67, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 63 | - |
| CMYK | 0.67 | 0 | 0.70 | 0.18 |
| HSL | 117.52º | 0.61% | 0.53% | - |
| HSV(B) | 117.52º | 0.7% | 0.82% | - |
| XYZ | 25.91 | 46.74 | 12.36 | - |
| YUV | 149.91 | 78.95 | 70.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 63 | 0.67 | 0 | 0.70 | 0.18 | 117.52 | 0.61 | 0.53 |
| Hex | 45 | D0 | 3F | 43 | 0 | 46 | 12 | 76 | 3D | 35 |
| Octal | 105 | 320 | 77 | 103 | 0 | 106 | 22 | 166 | 75 | 65 |
| Binary | 1000101 | 11010000 | 111111 | 1000011 | 0 | 1000110 | 10010 | 1110110 | 111101 | 110101 |
Color Harmonies of #45D03F
Complementary color
Monochromatic Colors of #45D03F
Black with #45D03F
Text Example
Text Example
White with #45D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D03F; }
p { color: rgb(69,208,63); }
H1.HeaderClassName
{
color: #45D03F;
}
.AnyTagClassName
{
color: #45D03F;
}
</style>
background-color css
<style>
a { background-color: #45D03F; }
a { background-color: rgb(69,208,63); }
div.DivClassName
{
background-color: #45D03F;
}
.BgClassName
{
background-color: #45D03F;
}
</style>
border-color css
<style>
span { border-color: #45D03F; }
span { border-color: rgb(69,208,63); }
td.TdClassName
{
border-color: #45D03F;
}
.TagClassName
{
border-color: #45D03F;
}
</style>