Shades of Lime Green #45C134
Tints of Lime Green #45C134
RGB
CMYK
RGB Variations
Color information
#45C134 (or 0x45C134) is known color: Lime Green. HEX triplet: 45, C1 and 34. RGB value is (69,193,52). Sum of RGB (Red+Green+Blue) = 69+193+52=314 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.97% from 314); Green value is 193 (75.78% from 255 or 61.46% from 314); Blue value is 52 (20.70% from 255 or 16.56% from 314); Max value from RGB is 193 - color contains mainly: green. Hex color #45C134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C134 is #BA3ECB. Grayscale: #8C8C8C. Windows color (decimal): -12205772 or 3457349. OLE color: 3457349.
HSL color Cylindrical-coordinate representation of color #45C134: hue angle of 112.77º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45C134 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 52 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.24 |
| HSL | 112.77º | 0.58% | 0.48% | - |
| HSV(B) | 112.77º | 0.73% | 0.76% | - |
| XYZ | 22.14 | 39.65 | 9.74 | - |
| YUV | 139.85 | 78.42 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 52 | 0.64 | 0 | 0.73 | 0.24 | 112.77 | 0.58 | 0.48 |
| Hex | 45 | C1 | 34 | 40 | 0 | 49 | 18 | 71 | 3A | 30 |
| Octal | 105 | 301 | 64 | 100 | 0 | 111 | 30 | 161 | 72 | 60 |
| Binary | 1000101 | 11000001 | 110100 | 1000000 | 0 | 1001001 | 11000 | 1110001 | 111010 | 110000 |
Color Harmonies of #45C134
Complementary color
Monochromatic Colors of #45C134
Black with #45C134
Text Example
Text Example
White with #45C134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C134; }
p { color: rgb(69,193,52); }
H1.HeaderClassName
{
color: #45C134;
}
.AnyTagClassName
{
color: #45C134;
}
</style>
background-color css
<style>
a { background-color: #45C134; }
a { background-color: rgb(69,193,52); }
div.DivClassName
{
background-color: #45C134;
}
.BgClassName
{
background-color: #45C134;
}
</style>
border-color css
<style>
span { border-color: #45C134; }
span { border-color: rgb(69,193,52); }
td.TdClassName
{
border-color: #45C134;
}
.TagClassName
{
border-color: #45C134;
}
</style>