Shades of Lime Green #45C13C
Tints of Lime Green #45C13C
RGB
CMYK
RGB Variations
Color information
#45C13C (or 0x45C13C) is known color: Lime Green. HEX triplet: 45, C1 and 3C. RGB value is (69,193,60). Sum of RGB (Red+Green+Blue) = 69+193+60=322 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.43% from 322); Green value is 193 (75.78% from 255 or 59.94% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 193 - color contains mainly: green. Hex color #45C13C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45C13C is #BA3EC3. Grayscale: #8D8D8D. Windows color (decimal): -12205764 or 3981637. OLE color: 3981637.
HSL color Cylindrical-coordinate representation of color #45C13C: hue angle of 115.94º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45C13C is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 60 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.24 |
| HSL | 115.94º | 0.53% | 0.5% | - |
| HSV(B) | 115.94º | 0.69% | 0.76% | - |
| XYZ | 22.34 | 39.73 | 10.77 | - |
| YUV | 140.76 | 82.42 | 76.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 60 | 0.64 | 0 | 0.69 | 0.24 | 115.94 | 0.53 | 0.5 |
| Hex | 45 | C1 | 3C | 40 | 0 | 45 | 18 | 74 | 35 | 32 |
| Octal | 105 | 301 | 74 | 100 | 0 | 105 | 30 | 164 | 65 | 62 |
| Binary | 1000101 | 11000001 | 111100 | 1000000 | 0 | 1000101 | 11000 | 1110100 | 110101 | 110010 |
Color Harmonies of #45C13C
Complementary color
Monochromatic Colors of #45C13C
Black with #45C13C
Text Example
Text Example
White with #45C13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C13C; }
p { color: rgb(69,193,60); }
H1.HeaderClassName
{
color: #45C13C;
}
.AnyTagClassName
{
color: #45C13C;
}
</style>
background-color css
<style>
a { background-color: #45C13C; }
a { background-color: rgb(69,193,60); }
div.DivClassName
{
background-color: #45C13C;
}
.BgClassName
{
background-color: #45C13C;
}
</style>
border-color css
<style>
span { border-color: #45C13C; }
span { border-color: rgb(69,193,60); }
td.TdClassName
{
border-color: #45C13C;
}
.TagClassName
{
border-color: #45C13C;
}
</style>