Shades of Lime Green #45BD3E
Tints of Lime Green #45BD3E
RGB
CMYK
RGB Variations
Color information
#45BD3E (or 0x45BD3E) is known color: Lime Green. HEX triplet: 45, BD and 3E. RGB value is (69,189,62). Sum of RGB (Red+Green+Blue) = 69+189+62=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 189 (74.22% from 255 or 59.06% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BD3E is #BA42C1. Grayscale: #8B8B8B. Windows color (decimal): -12206786 or 4111685. OLE color: 4111685.
HSL color Cylindrical-coordinate representation of color #45BD3E: hue angle of 116.69º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45BD3E is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 62 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.26 |
| HSL | 116.69º | 0.51% | 0.49% | - |
| HSV(B) | 116.69º | 0.67% | 0.74% | - |
| XYZ | 21.52 | 38.01 | 10.76 | - |
| YUV | 138.64 | 84.74 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 62 | 0.63 | 0 | 0.67 | 0.26 | 116.69 | 0.51 | 0.49 |
| Hex | 45 | BD | 3E | 3F | 0 | 43 | 1A | 75 | 33 | 31 |
| Octal | 105 | 275 | 76 | 77 | 0 | 103 | 32 | 165 | 63 | 61 |
| Binary | 1000101 | 10111101 | 111110 | 111111 | 0 | 1000011 | 11010 | 1110101 | 110011 | 110001 |
Color Harmonies of #45BD3E
Complementary color
Monochromatic Colors of #45BD3E
Black with #45BD3E
Text Example
Text Example
White with #45BD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD3E; }
p { color: rgb(69,189,62); }
H1.HeaderClassName
{
color: #45BD3E;
}
.AnyTagClassName
{
color: #45BD3E;
}
</style>
background-color css
<style>
a { background-color: #45BD3E; }
a { background-color: rgb(69,189,62); }
div.DivClassName
{
background-color: #45BD3E;
}
.BgClassName
{
background-color: #45BD3E;
}
</style>
border-color css
<style>
span { border-color: #45BD3E; }
span { border-color: rgb(69,189,62); }
td.TdClassName
{
border-color: #45BD3E;
}
.TagClassName
{
border-color: #45BD3E;
}
</style>