Shades of Lime Green #45C237
Tints of Lime Green #45C237
RGB
CMYK
RGB Variations
Color information
#45C237 (or 0x45C237) is known color: Lime Green. HEX triplet: 45, C2 and 37. RGB value is (69,194,55). Sum of RGB (Red+Green+Blue) = 69+194+55=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 194 (76.17% from 255 or 61.01% from 318); Blue value is 55 (21.88% from 255 or 17.30% from 318); Max value from RGB is 194 - color contains mainly: green. Hex color #45C237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C237 is #BA3DC8. Grayscale: #8D8D8D. Windows color (decimal): -12205513 or 3654213. OLE color: 3654213.
HSL color Cylindrical-coordinate representation of color #45C237: hue angle of 113.96º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45C237 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 55 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.24 |
| HSL | 113.96º | 0.56% | 0.49% | - |
| HSV(B) | 113.96º | 0.72% | 0.76% | - |
| XYZ | 22.44 | 40.12 | 10.18 | - |
| YUV | 140.78 | 79.59 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 55 | 0.64 | 0 | 0.72 | 0.24 | 113.96 | 0.56 | 0.49 |
| Hex | 45 | C2 | 37 | 40 | 0 | 48 | 18 | 72 | 38 | 31 |
| Octal | 105 | 302 | 67 | 100 | 0 | 110 | 30 | 162 | 70 | 61 |
| Binary | 1000101 | 11000010 | 110111 | 1000000 | 0 | 1001000 | 11000 | 1110010 | 111000 | 110001 |
Color Harmonies of #45C237
Complementary color
Monochromatic Colors of #45C237
Black with #45C237
Text Example
Text Example
White with #45C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C237; }
p { color: rgb(69,194,55); }
H1.HeaderClassName
{
color: #45C237;
}
.AnyTagClassName
{
color: #45C237;
}
</style>
background-color css
<style>
a { background-color: #45C237; }
a { background-color: rgb(69,194,55); }
div.DivClassName
{
background-color: #45C237;
}
.BgClassName
{
background-color: #45C237;
}
</style>
border-color css
<style>
span { border-color: #45C237; }
span { border-color: rgb(69,194,55); }
td.TdClassName
{
border-color: #45C237;
}
.TagClassName
{
border-color: #45C237;
}
</style>