Shades of Lime Green #45D93C
Tints of Lime Green #45D93C
RGB
CMYK
RGB Variations
Color information
#45D93C (or 0x45D93C) is known color: Lime Green. HEX triplet: 45, D9 and 3C. RGB value is (69,217,60). Sum of RGB (Red+Green+Blue) = 69+217+60=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #45D93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D93C is #BA26C3. Grayscale: #9B9B9B. Windows color (decimal): -12199620 or 3987781. OLE color: 3987781.
HSL color Cylindrical-coordinate representation of color #45D93C: hue angle of 116.56º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45D93C is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 60 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.15 |
| HSL | 116.56º | 0.67% | 0.54% | - |
| HSV(B) | 116.56º | 0.72% | 0.85% | - |
| XYZ | 28.08 | 51.22 | 12.68 | - |
| YUV | 154.85 | 74.47 | 66.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 60 | 0.68 | 0 | 0.72 | 0.15 | 116.56 | 0.67 | 0.54 |
| Hex | 45 | D9 | 3C | 44 | 0 | 48 | F | 75 | 43 | 36 |
| Octal | 105 | 331 | 74 | 104 | 0 | 110 | 17 | 165 | 103 | 66 |
| Binary | 1000101 | 11011001 | 111100 | 1000100 | 0 | 1001000 | 1111 | 1110101 | 1000011 | 110110 |
Color Harmonies of #45D93C
Complementary color
Monochromatic Colors of #45D93C
Black with #45D93C
Text Example
Text Example
White with #45D93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D93C; }
p { color: rgb(69,217,60); }
H1.HeaderClassName
{
color: #45D93C;
}
.AnyTagClassName
{
color: #45D93C;
}
</style>
background-color css
<style>
a { background-color: #45D93C; }
a { background-color: rgb(69,217,60); }
div.DivClassName
{
background-color: #45D93C;
}
.BgClassName
{
background-color: #45D93C;
}
</style>
border-color css
<style>
span { border-color: #45D93C; }
span { border-color: rgb(69,217,60); }
td.TdClassName
{
border-color: #45D93C;
}
.TagClassName
{
border-color: #45D93C;
}
</style>