Shades of Lime Green #45C030
Tints of Lime Green #45C030
RGB
CMYK
RGB Variations
Color information
#45C030 (or 0x45C030) is known color: Lime Green. HEX triplet: 45, C0 and 30. RGB value is (69,192,48). Sum of RGB (Red+Green+Blue) = 69+192+48=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #45C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C030 is #BA3FCF. Grayscale: #8B8B8B. Windows color (decimal): -12206032 or 3194949. OLE color: 3194949.
HSL color Cylindrical-coordinate representation of color #45C030: hue angle of 111.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #45C030 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 48 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.25 |
| HSL | 111.25º | 0.6% | 0.47% | - |
| HSV(B) | 111.25º | 0.75% | 0.75% | - |
| XYZ | 21.84 | 39.18 | 9.21 | - |
| YUV | 138.81 | 76.75 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 48 | 0.64 | 0 | 0.75 | 0.25 | 111.25 | 0.6 | 0.47 |
| Hex | 45 | C0 | 30 | 40 | 0 | 4B | 19 | 6F | 3C | 2F |
| Octal | 105 | 300 | 60 | 100 | 0 | 113 | 31 | 157 | 74 | 57 |
| Binary | 1000101 | 11000000 | 110000 | 1000000 | 0 | 1001011 | 11001 | 1101111 | 111100 | 101111 |
Color Harmonies of #45C030
Complementary color
Monochromatic Colors of #45C030
Black with #45C030
Text Example
Text Example
White with #45C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C030; }
p { color: rgb(69,192,48); }
H1.HeaderClassName
{
color: #45C030;
}
.AnyTagClassName
{
color: #45C030;
}
</style>
background-color css
<style>
a { background-color: #45C030; }
a { background-color: rgb(69,192,48); }
div.DivClassName
{
background-color: #45C030;
}
.BgClassName
{
background-color: #45C030;
}
</style>
border-color css
<style>
span { border-color: #45C030; }
span { border-color: rgb(69,192,48); }
td.TdClassName
{
border-color: #45C030;
}
.TagClassName
{
border-color: #45C030;
}
</style>