Shades of Lime Green #45D53C
Tints of Lime Green #45D53C
RGB
CMYK
RGB Variations
Color information
#45D53C (or 0x45D53C) is known color: Lime Green. HEX triplet: 45, D5 and 3C. RGB value is (69,213,60). Sum of RGB (Red+Green+Blue) = 69+213+60=342 (45% of max value = 765). Red value is 69 (27.34% from 255 or 20.18% from 342); Green value is 213 (83.59% from 255 or 62.28% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 213 - color contains mainly: green. Hex color #45D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D53C is #BA2AC3. Grayscale: #989898. Windows color (decimal): -12200644 or 3986757. OLE color: 3986757.
HSL color Cylindrical-coordinate representation of color #45D53C: hue angle of 116.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D53C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 60 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.16 |
| HSL | 116.47º | 0.65% | 0.54% | - |
| HSV(B) | 116.47º | 0.72% | 0.84% | - |
| XYZ | 27.06 | 49.18 | 12.34 | - |
| YUV | 152.5 | 75.79 | 68.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 60 | 0.68 | 0 | 0.72 | 0.16 | 116.47 | 0.65 | 0.54 |
| Hex | 45 | D5 | 3C | 44 | 0 | 48 | 10 | 74 | 41 | 36 |
| Octal | 105 | 325 | 74 | 104 | 0 | 110 | 20 | 164 | 101 | 66 |
| Binary | 1000101 | 11010101 | 111100 | 1000100 | 0 | 1001000 | 10000 | 1110100 | 1000001 | 110110 |
Color Harmonies of #45D53C
Complementary color
Monochromatic Colors of #45D53C
Black with #45D53C
Text Example
Text Example
White with #45D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D53C; }
p { color: rgb(69,213,60); }
H1.HeaderClassName
{
color: #45D53C;
}
.AnyTagClassName
{
color: #45D53C;
}
</style>
background-color css
<style>
a { background-color: #45D53C; }
a { background-color: rgb(69,213,60); }
div.DivClassName
{
background-color: #45D53C;
}
.BgClassName
{
background-color: #45D53C;
}
</style>
border-color css
<style>
span { border-color: #45D53C; }
span { border-color: rgb(69,213,60); }
td.TdClassName
{
border-color: #45D53C;
}
.TagClassName
{
border-color: #45D53C;
}
</style>