Shades of Lime Green #45D754
Tints of Lime Green #45D754
RGB
CMYK
RGB Variations
Color information
#45D754 (or 0x45D754) is known color: Lime Green. HEX triplet: 45, D7 and 54. RGB value is (69,215,84). Sum of RGB (Red+Green+Blue) = 69+215+84=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #45D754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D754 is #BA28AB. Grayscale: #9C9C9C. Windows color (decimal): -12200108 or 5560133. OLE color: 5560133.
HSL color Cylindrical-coordinate representation of color #45D754: hue angle of 126.16º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D754 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 84 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.16 |
| HSL | 126.16º | 0.65% | 0.56% | - |
| HSV(B) | 126.16º | 0.68% | 0.84% | - |
| XYZ | 28.35 | 50.51 | 16.64 | - |
| YUV | 156.41 | 87.13 | 65.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 84 | 0.68 | 0 | 0.61 | 0.16 | 126.16 | 0.65 | 0.56 |
| Hex | 45 | D7 | 54 | 44 | 0 | 3D | 10 | 7E | 41 | 38 |
| Octal | 105 | 327 | 124 | 104 | 0 | 75 | 20 | 176 | 101 | 70 |
| Binary | 1000101 | 11010111 | 1010100 | 1000100 | 0 | 111101 | 10000 | 1111110 | 1000001 | 111000 |
Color Harmonies of #45D754
Complementary color
Monochromatic Colors of #45D754
Black with #45D754
Text Example
Text Example
White with #45D754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D754; }
p { color: rgb(69,215,84); }
H1.HeaderClassName
{
color: #45D754;
}
.AnyTagClassName
{
color: #45D754;
}
</style>
background-color css
<style>
a { background-color: #45D754; }
a { background-color: rgb(69,215,84); }
div.DivClassName
{
background-color: #45D754;
}
.BgClassName
{
background-color: #45D754;
}
</style>
border-color css
<style>
span { border-color: #45D754; }
span { border-color: rgb(69,215,84); }
td.TdClassName
{
border-color: #45D754;
}
.TagClassName
{
border-color: #45D754;
}
</style>