Shades of Lime Green #45D039
Tints of Lime Green #45D039
RGB
CMYK
RGB Variations
Color information
#45D039 (or 0x45D039) is known color: Lime Green. HEX triplet: 45, D0 and 39. RGB value is (69,208,57). Sum of RGB (Red+Green+Blue) = 69+208+57=334 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.66% from 334); Green value is 208 (81.64% from 255 or 62.28% from 334); Blue value is 57 (22.66% from 255 or 17.07% from 334); Max value from RGB is 208 - color contains mainly: green. Hex color #45D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D039 is #BA2FC6. Grayscale: #959595. Windows color (decimal): -12201927 or 3788869. OLE color: 3788869.
HSL color Cylindrical-coordinate representation of color #45D039: hue angle of 115.23º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45D039 is Cyan = 0.67, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 57 | - |
| CMYK | 0.67 | 0 | 0.73 | 0.18 |
| HSL | 115.23º | 0.62% | 0.52% | - |
| HSV(B) | 115.23º | 0.73% | 0.82% | - |
| XYZ | 25.75 | 46.67 | 11.52 | - |
| YUV | 149.23 | 75.95 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 57 | 0.67 | 0 | 0.73 | 0.18 | 115.23 | 0.62 | 0.52 |
| Hex | 45 | D0 | 39 | 43 | 0 | 49 | 12 | 73 | 3E | 34 |
| Octal | 105 | 320 | 71 | 103 | 0 | 111 | 22 | 163 | 76 | 64 |
| Binary | 1000101 | 11010000 | 111001 | 1000011 | 0 | 1001001 | 10010 | 1110011 | 111110 | 110100 |
Color Harmonies of #45D039
Complementary color
Monochromatic Colors of #45D039
Black with #45D039
Text Example
Text Example
White with #45D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D039; }
p { color: rgb(69,208,57); }
H1.HeaderClassName
{
color: #45D039;
}
.AnyTagClassName
{
color: #45D039;
}
</style>
background-color css
<style>
a { background-color: #45D039; }
a { background-color: rgb(69,208,57); }
div.DivClassName
{
background-color: #45D039;
}
.BgClassName
{
background-color: #45D039;
}
</style>
border-color css
<style>
span { border-color: #45D039; }
span { border-color: rgb(69,208,57); }
td.TdClassName
{
border-color: #45D039;
}
.TagClassName
{
border-color: #45D039;
}
</style>