Shades of Lime Green #45D642
Tints of Lime Green #45D642
RGB
CMYK
RGB Variations
Color information
#45D642 (or 0x45D642) is known color: Lime Green. HEX triplet: 45, D6 and 42. RGB value is (69,214,66). Sum of RGB (Red+Green+Blue) = 69+214+66=349 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.77% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #45D642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D642 is #BA29BD. Grayscale: #9A9A9A. Windows color (decimal): -12200382 or 4380229. OLE color: 4380229.
HSL color Cylindrical-coordinate representation of color #45D642: hue angle of 118.78º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D642 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 66 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.16 |
| HSL | 118.78º | 0.64% | 0.55% | - |
| HSV(B) | 118.78º | 0.69% | 0.84% | - |
| XYZ | 27.48 | 49.75 | 13.31 | - |
| YUV | 153.77 | 78.46 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 66 | 0.68 | 0 | 0.69 | 0.16 | 118.78 | 0.64 | 0.55 |
| Hex | 45 | D6 | 42 | 44 | 0 | 45 | 10 | 77 | 40 | 37 |
| Octal | 105 | 326 | 102 | 104 | 0 | 105 | 20 | 167 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1000010 | 1000100 | 0 | 1000101 | 10000 | 1110111 | 1000000 | 110111 |
Color Harmonies of #45D642
Complementary color
Monochromatic Colors of #45D642
Black with #45D642
Text Example
Text Example
White with #45D642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D642; }
p { color: rgb(69,214,66); }
H1.HeaderClassName
{
color: #45D642;
}
.AnyTagClassName
{
color: #45D642;
}
</style>
background-color css
<style>
a { background-color: #45D642; }
a { background-color: rgb(69,214,66); }
div.DivClassName
{
background-color: #45D642;
}
.BgClassName
{
background-color: #45D642;
}
</style>
border-color css
<style>
span { border-color: #45D642; }
span { border-color: rgb(69,214,66); }
td.TdClassName
{
border-color: #45D642;
}
.TagClassName
{
border-color: #45D642;
}
</style>