Shades of Lime Green #45E448
Tints of Lime Green #45E448
RGB
CMYK
RGB Variations
Color information
#45E448 (or 0x45E448) is known color: Lime Green. HEX triplet: 45, E4 and 48. RGB value is (69,228,72). Sum of RGB (Red+Green+Blue) = 69+228+72=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 228 (89.45% from 255 or 61.79% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 228 - color contains mainly: green. Hex color #45E448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45E448 is #BA1BB7. Grayscale: #A3A3A3. Windows color (decimal): -12196792 or 4777029. OLE color: 4777029.
HSL color Cylindrical-coordinate representation of color #45E448: hue angle of 121.13º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E448 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 228 | 72 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.11 |
| HSL | 121.13º | 0.75% | 0.58% | - |
| HSV(B) | 121.13º | 0.7% | 0.89% | - |
| XYZ | 31.37 | 57.22 | 15.52 | - |
| YUV | 162.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 228 | 72 | 0.70 | 0 | 0.68 | 0.11 | 121.13 | 0.75 | 0.58 |
| Hex | 45 | E4 | 48 | 46 | 0 | 44 | B | 79 | 4B | 3A |
| Octal | 105 | 344 | 110 | 106 | 0 | 104 | 13 | 171 | 113 | 72 |
| Binary | 1000101 | 11100100 | 1001000 | 1000110 | 0 | 1000100 | 1011 | 1111001 | 1001011 | 111010 |
Color Harmonies of #45E448
Complementary color
Monochromatic Colors of #45E448
Black with #45E448
Text Example
Text Example
White with #45E448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E448; }
p { color: rgb(69,228,72); }
H1.HeaderClassName
{
color: #45E448;
}
.AnyTagClassName
{
color: #45E448;
}
</style>
background-color css
<style>
a { background-color: #45E448; }
a { background-color: rgb(69,228,72); }
div.DivClassName
{
background-color: #45E448;
}
.BgClassName
{
background-color: #45E448;
}
</style>
border-color css
<style>
span { border-color: #45E448; }
span { border-color: rgb(69,228,72); }
td.TdClassName
{
border-color: #45E448;
}
.TagClassName
{
border-color: #45E448;
}
</style>