Shades of Lime Green #45D742
Tints of Lime Green #45D742
RGB
CMYK
RGB Variations
Color information
#45D742 (or 0x45D742) is known color: Lime Green. HEX triplet: 45, D7 and 42. RGB value is (69,215,66). Sum of RGB (Red+Green+Blue) = 69+215+66=350 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.71% from 350); Green value is 215 (84.38% from 255 or 61.43% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 215 - color contains mainly: green. Hex color #45D742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45D742 is #BA28BD. Grayscale: #9A9A9A. Windows color (decimal): -12200126 or 4380485. OLE color: 4380485.
HSL color Cylindrical-coordinate representation of color #45D742: hue angle of 118.79º degrees, saturation: 0.65, 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 #45D742 is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 66 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.16 |
| HSL | 118.79º | 0.65% | 0.55% | - |
| HSV(B) | 118.79º | 0.69% | 0.84% | - |
| XYZ | 27.74 | 50.26 | 13.39 | - |
| YUV | 154.36 | 78.13 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 66 | 0.68 | 0 | 0.69 | 0.16 | 118.79 | 0.65 | 0.55 |
| Hex | 45 | D7 | 42 | 44 | 0 | 45 | 10 | 77 | 41 | 37 |
| Octal | 105 | 327 | 102 | 104 | 0 | 105 | 20 | 167 | 101 | 67 |
| Binary | 1000101 | 11010111 | 1000010 | 1000100 | 0 | 1000101 | 10000 | 1110111 | 1000001 | 110111 |
Color Harmonies of #45D742
Complementary color
Monochromatic Colors of #45D742
Black with #45D742
Text Example
Text Example
White with #45D742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D742; }
p { color: rgb(69,215,66); }
H1.HeaderClassName
{
color: #45D742;
}
.AnyTagClassName
{
color: #45D742;
}
</style>
background-color css
<style>
a { background-color: #45D742; }
a { background-color: rgb(69,215,66); }
div.DivClassName
{
background-color: #45D742;
}
.BgClassName
{
background-color: #45D742;
}
</style>
border-color css
<style>
span { border-color: #45D742; }
span { border-color: rgb(69,215,66); }
td.TdClassName
{
border-color: #45D742;
}
.TagClassName
{
border-color: #45D742;
}
</style>