Shades of Lime Green #45C840
Tints of Lime Green #45C840
RGB
CMYK
RGB Variations
Color information
#45C840 (or 0x45C840) is known color: Lime Green. HEX triplet: 45, C8 and 40. RGB value is (69,200,64). Sum of RGB (Red+Green+Blue) = 69+200+64=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 200 (78.52% from 255 or 60.06% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 200 - color contains mainly: green. Hex color #45C840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C840 is #BA37BF. Grayscale: #919191. Windows color (decimal): -12203968 or 4245573. OLE color: 4245573.
HSL color Cylindrical-coordinate representation of color #45C840: hue angle of 117.79º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45C840 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 64 | - |
| CMYK | 0.66 | 0 | 0.68 | 0.22 |
| HSL | 117.79º | 0.55% | 0.52% | - |
| HSV(B) | 117.79º | 0.68% | 0.78% | - |
| XYZ | 24.03 | 42.94 | 11.87 | - |
| YUV | 145.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 64 | 0.66 | 0 | 0.68 | 0.22 | 117.79 | 0.55 | 0.52 |
| Hex | 45 | C8 | 40 | 42 | 0 | 44 | 16 | 76 | 37 | 34 |
| Octal | 105 | 310 | 100 | 102 | 0 | 104 | 26 | 166 | 67 | 64 |
| Binary | 1000101 | 11001000 | 1000000 | 1000010 | 0 | 1000100 | 10110 | 1110110 | 110111 | 110100 |
Color Harmonies of #45C840
Complementary color
Monochromatic Colors of #45C840
Black with #45C840
Text Example
Text Example
White with #45C840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C840; }
p { color: rgb(69,200,64); }
H1.HeaderClassName
{
color: #45C840;
}
.AnyTagClassName
{
color: #45C840;
}
</style>
background-color css
<style>
a { background-color: #45C840; }
a { background-color: rgb(69,200,64); }
div.DivClassName
{
background-color: #45C840;
}
.BgClassName
{
background-color: #45C840;
}
</style>
border-color css
<style>
span { border-color: #45C840; }
span { border-color: rgb(69,200,64); }
td.TdClassName
{
border-color: #45C840;
}
.TagClassName
{
border-color: #45C840;
}
</style>