Shades of Lime Green #45C538
Tints of Lime Green #45C538
RGB
CMYK
RGB Variations
Color information
#45C538 (or 0x45C538) is known color: Lime Green. HEX triplet: 45, C5 and 38. RGB value is (69,197,56). Sum of RGB (Red+Green+Blue) = 69+197+56=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 197 (77.34% from 255 or 61.18% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 197 - color contains mainly: green. Hex color #45C538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C538 is #BA3AC7. Grayscale: #8F8F8F. Windows color (decimal): -12204744 or 3720517. OLE color: 3720517.
HSL color Cylindrical-coordinate representation of color #45C538: hue angle of 114.47º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45C538 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 56 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.23 |
| HSL | 114.47º | 0.56% | 0.5% | - |
| HSV(B) | 114.47º | 0.72% | 0.77% | - |
| XYZ | 23.13 | 41.48 | 10.53 | - |
| YUV | 142.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 56 | 0.65 | 0 | 0.72 | 0.23 | 114.47 | 0.56 | 0.5 |
| Hex | 45 | C5 | 38 | 41 | 0 | 48 | 17 | 72 | 38 | 32 |
| Octal | 105 | 305 | 70 | 101 | 0 | 110 | 27 | 162 | 70 | 62 |
| Binary | 1000101 | 11000101 | 111000 | 1000001 | 0 | 1001000 | 10111 | 1110010 | 111000 | 110010 |
Color Harmonies of #45C538
Complementary color
Monochromatic Colors of #45C538
Black with #45C538
Text Example
Text Example
White with #45C538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C538; }
p { color: rgb(69,197,56); }
H1.HeaderClassName
{
color: #45C538;
}
.AnyTagClassName
{
color: #45C538;
}
</style>
background-color css
<style>
a { background-color: #45C538; }
a { background-color: rgb(69,197,56); }
div.DivClassName
{
background-color: #45C538;
}
.BgClassName
{
background-color: #45C538;
}
</style>
border-color css
<style>
span { border-color: #45C538; }
span { border-color: rgb(69,197,56); }
td.TdClassName
{
border-color: #45C538;
}
.TagClassName
{
border-color: #45C538;
}
</style>