Shades of Lime Green #45C448
Tints of Lime Green #45C448
RGB
CMYK
RGB Variations
Color information
#45C448 (or 0x45C448) is known color: Lime Green. HEX triplet: 45, C4 and 48. RGB value is (69,196,72). Sum of RGB (Red+Green+Blue) = 69+196+72=337 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.47% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #45C448 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C448 is #BA3BB7. Grayscale: #909090. Windows color (decimal): -12204984 or 4768837. OLE color: 4768837.
HSL color Cylindrical-coordinate representation of color #45C448: hue angle of 121.42º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C448 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 72 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.23 |
| HSL | 121.42º | 0.52% | 0.52% | - |
| HSV(B) | 121.42º | 0.65% | 0.77% | - |
| XYZ | 23.36 | 41.21 | 12.85 | - |
| YUV | 143.89 | 87.42 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 72 | 0.65 | 0 | 0.63 | 0.23 | 121.42 | 0.52 | 0.52 |
| Hex | 45 | C4 | 48 | 41 | 0 | 3F | 17 | 79 | 34 | 34 |
| Octal | 105 | 304 | 110 | 101 | 0 | 77 | 27 | 171 | 64 | 64 |
| Binary | 1000101 | 11000100 | 1001000 | 1000001 | 0 | 111111 | 10111 | 1111001 | 110100 | 110100 |
Color Harmonies of #45C448
Complementary color
Monochromatic Colors of #45C448
Black with #45C448
Text Example
Text Example
White with #45C448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C448; }
p { color: rgb(69,196,72); }
H1.HeaderClassName
{
color: #45C448;
}
.AnyTagClassName
{
color: #45C448;
}
</style>
background-color css
<style>
a { background-color: #45C448; }
a { background-color: rgb(69,196,72); }
div.DivClassName
{
background-color: #45C448;
}
.BgClassName
{
background-color: #45C448;
}
</style>
border-color css
<style>
span { border-color: #45C448; }
span { border-color: rgb(69,196,72); }
td.TdClassName
{
border-color: #45C448;
}
.TagClassName
{
border-color: #45C448;
}
</style>