Shades of Lime Green #45E13D
Tints of Lime Green #45E13D
RGB
CMYK
RGB Variations
Color information
#45E13D (or 0x45E13D) is known color: Lime Green. HEX triplet: 45, E1 and 3D. RGB value is (69,225,61). Sum of RGB (Red+Green+Blue) = 69+225+61=355 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.44% from 355); Green value is 225 (88.28% from 255 or 63.38% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 225 - color contains mainly: green. Hex color #45E13D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E13D is #BA1EC2. Grayscale: #A0A0A0. Windows color (decimal): -12197571 or 4055365. OLE color: 4055365.
HSL color Cylindrical-coordinate representation of color #45E13D: hue angle of 117.07º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45E13D is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 61 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.12 |
| HSL | 117.07º | 0.73% | 0.56% | - |
| HSV(B) | 117.07º | 0.73% | 0.88% | - |
| XYZ | 30.22 | 55.45 | 13.53 | - |
| YUV | 159.66 | 72.32 | 63.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 61 | 0.69 | 0 | 0.73 | 0.12 | 117.07 | 0.73 | 0.56 |
| Hex | 45 | E1 | 3D | 45 | 0 | 49 | C | 75 | 49 | 38 |
| Octal | 105 | 341 | 75 | 105 | 0 | 111 | 14 | 165 | 111 | 70 |
| Binary | 1000101 | 11100001 | 111101 | 1000101 | 0 | 1001001 | 1100 | 1110101 | 1001001 | 111000 |
Color Harmonies of #45E13D
Complementary color
Monochromatic Colors of #45E13D
Black with #45E13D
Text Example
Text Example
White with #45E13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E13D; }
p { color: rgb(69,225,61); }
H1.HeaderClassName
{
color: #45E13D;
}
.AnyTagClassName
{
color: #45E13D;
}
</style>
background-color css
<style>
a { background-color: #45E13D; }
a { background-color: rgb(69,225,61); }
div.DivClassName
{
background-color: #45E13D;
}
.BgClassName
{
background-color: #45E13D;
}
</style>
border-color css
<style>
span { border-color: #45E13D; }
span { border-color: rgb(69,225,61); }
td.TdClassName
{
border-color: #45E13D;
}
.TagClassName
{
border-color: #45E13D;
}
</style>