Shades of Lime Green #45C139
Tints of Lime Green #45C139
RGB
CMYK
RGB Variations
Color information
#45C139 (or 0x45C139) is known color: Lime Green. HEX triplet: 45, C1 and 39. RGB value is (69,193,57). Sum of RGB (Red+Green+Blue) = 69+193+57=319 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.63% from 319); Green value is 193 (75.78% from 255 or 60.50% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 193 - color contains mainly: green. Hex color #45C139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C139 is #BA3EC6. Grayscale: #8C8C8C. Windows color (decimal): -12205767 or 3785029. OLE color: 3785029.
HSL color Cylindrical-coordinate representation of color #45C139: hue angle of 114.71º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45C139 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 57 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.24 |
| HSL | 114.71º | 0.54% | 0.49% | - |
| HSV(B) | 114.71º | 0.7% | 0.76% | - |
| XYZ | 22.26 | 39.7 | 10.36 | - |
| YUV | 140.42 | 80.92 | 77.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 57 | 0.64 | 0 | 0.70 | 0.24 | 114.71 | 0.54 | 0.49 |
| Hex | 45 | C1 | 39 | 40 | 0 | 46 | 18 | 73 | 36 | 31 |
| Octal | 105 | 301 | 71 | 100 | 0 | 106 | 30 | 163 | 66 | 61 |
| Binary | 1000101 | 11000001 | 111001 | 1000000 | 0 | 1000110 | 11000 | 1110011 | 110110 | 110001 |
Color Harmonies of #45C139
Complementary color
Monochromatic Colors of #45C139
Black with #45C139
Text Example
Text Example
White with #45C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C139; }
p { color: rgb(69,193,57); }
H1.HeaderClassName
{
color: #45C139;
}
.AnyTagClassName
{
color: #45C139;
}
</style>
background-color css
<style>
a { background-color: #45C139; }
a { background-color: rgb(69,193,57); }
div.DivClassName
{
background-color: #45C139;
}
.BgClassName
{
background-color: #45C139;
}
</style>
border-color css
<style>
span { border-color: #45C139; }
span { border-color: rgb(69,193,57); }
td.TdClassName
{
border-color: #45C139;
}
.TagClassName
{
border-color: #45C139;
}
</style>