Shades of Lime Green #45C437
Tints of Lime Green #45C437
RGB
CMYK
RGB Variations
Color information
#45C437 (or 0x45C437) is known color: Lime Green. HEX triplet: 45, C4 and 37. RGB value is (69,196,55). Sum of RGB (Red+Green+Blue) = 69+196+55=320 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.56% from 320); Green value is 196 (76.95% from 255 or 61.25% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 196 - color contains mainly: green. Hex color #45C437 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C437 is #BA3BC8. Grayscale: #8E8E8E. Windows color (decimal): -12205001 or 3654725. OLE color: 3654725.
HSL color Cylindrical-coordinate representation of color #45C437: hue angle of 114.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45C437 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 55 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.23 |
| HSL | 114.04º | 0.56% | 0.49% | - |
| HSV(B) | 114.04º | 0.72% | 0.77% | - |
| XYZ | 22.88 | 41.02 | 10.33 | - |
| YUV | 141.95 | 78.92 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 55 | 0.65 | 0 | 0.72 | 0.23 | 114.04 | 0.56 | 0.49 |
| Hex | 45 | C4 | 37 | 41 | 0 | 48 | 17 | 72 | 38 | 31 |
| Octal | 105 | 304 | 67 | 101 | 0 | 110 | 27 | 162 | 70 | 61 |
| Binary | 1000101 | 11000100 | 110111 | 1000001 | 0 | 1001000 | 10111 | 1110010 | 111000 | 110001 |
Color Harmonies of #45C437
Complementary color
Monochromatic Colors of #45C437
Black with #45C437
Text Example
Text Example
White with #45C437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C437; }
p { color: rgb(69,196,55); }
H1.HeaderClassName
{
color: #45C437;
}
.AnyTagClassName
{
color: #45C437;
}
</style>
background-color css
<style>
a { background-color: #45C437; }
a { background-color: rgb(69,196,55); }
div.DivClassName
{
background-color: #45C437;
}
.BgClassName
{
background-color: #45C437;
}
</style>
border-color css
<style>
span { border-color: #45C437; }
span { border-color: rgb(69,196,55); }
td.TdClassName
{
border-color: #45C437;
}
.TagClassName
{
border-color: #45C437;
}
</style>