Shades of Lime Green #45ED3E
Tints of Lime Green #45ED3E
RGB
CMYK
RGB Variations
Color information
#45ED3E (or 0x45ED3E) is known color: Lime Green. HEX triplet: 45, ED and 3E. RGB value is (69,237,62). Sum of RGB (Red+Green+Blue) = 69+237+62=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 237 (92.97% from 255 or 64.40% from 368); Blue value is 62 (24.61% from 255 or 16.85% from 368); Max value from RGB is 237 - color contains mainly: green. Hex color #45ED3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45ED3E is #BA12C1. Grayscale: #A7A7A7. Windows color (decimal): -12194498 or 4123973. OLE color: 4123973.
HSL color Cylindrical-coordinate representation of color #45ED3E: hue angle of 117.6º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #45ED3E is Cyan = 0.71, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 237 | 62 | - |
| CMYK | 0.71 | 0 | 0.74 | 0.07 |
| HSL | 117.6º | 0.83% | 0.59% | - |
| HSV(B) | 117.6º | 0.74% | 0.93% | - |
| XYZ | 33.61 | 62.18 | 14.79 | - |
| YUV | 166.82 | 68.84 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 237 | 62 | 0.71 | 0 | 0.74 | 0.07 | 117.6 | 0.83 | 0.59 |
| Hex | 45 | ED | 3E | 47 | 0 | 4A | 7 | 76 | 53 | 3B |
| Octal | 105 | 355 | 76 | 107 | 0 | 112 | 7 | 166 | 123 | 73 |
| Binary | 1000101 | 11101101 | 111110 | 1000111 | 0 | 1001010 | 111 | 1110110 | 1010011 | 111011 |
Color Harmonies of #45ED3E
Complementary color
Monochromatic Colors of #45ED3E
Black with #45ED3E
Text Example
Text Example
White with #45ED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45ED3E; }
p { color: rgb(69,237,62); }
H1.HeaderClassName
{
color: #45ED3E;
}
.AnyTagClassName
{
color: #45ED3E;
}
</style>
background-color css
<style>
a { background-color: #45ED3E; }
a { background-color: rgb(69,237,62); }
div.DivClassName
{
background-color: #45ED3E;
}
.BgClassName
{
background-color: #45ED3E;
}
</style>
border-color css
<style>
span { border-color: #45ED3E; }
span { border-color: rgb(69,237,62); }
td.TdClassName
{
border-color: #45ED3E;
}
.TagClassName
{
border-color: #45ED3E;
}
</style>