Shades of Lime Green #45BF42
Tints of Lime Green #45BF42
RGB
CMYK
RGB Variations
Color information
#45BF42 (or 0x45BF42) is known color: Lime Green. HEX triplet: 45, BF and 42. RGB value is (69,191,66). Sum of RGB (Red+Green+Blue) = 69+191+66=326 (43% of max value = 765). Red value is 69 (27.34% from 255 or 21.17% from 326); Green value is 191 (75% from 255 or 58.59% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 191 - color contains mainly: green. Hex color #45BF42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #45BF42 is #BA40BD. Grayscale: #8C8C8C. Windows color (decimal): -12206270 or 4374341. OLE color: 4374341.
HSL color Cylindrical-coordinate representation of color #45BF42: hue angle of 118.56º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45BF42 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 191 | 66 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.25 |
| HSL | 118.56º | 0.49% | 0.5% | - |
| HSV(B) | 118.56º | 0.65% | 0.75% | - |
| XYZ | 22.07 | 38.92 | 11.5 | - |
| YUV | 140.27 | 86.08 | 77.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 191 | 66 | 0.64 | 0 | 0.65 | 0.25 | 118.56 | 0.49 | 0.5 |
| Hex | 45 | BF | 42 | 40 | 0 | 41 | 19 | 77 | 31 | 32 |
| Octal | 105 | 277 | 102 | 100 | 0 | 101 | 31 | 167 | 61 | 62 |
| Binary | 1000101 | 10111111 | 1000010 | 1000000 | 0 | 1000001 | 11001 | 1110111 | 110001 | 110010 |
Color Harmonies of #45BF42
Complementary color
Monochromatic Colors of #45BF42
Black with #45BF42
Text Example
Text Example
White with #45BF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BF42; }
p { color: rgb(69,191,66); }
H1.HeaderClassName
{
color: #45BF42;
}
.AnyTagClassName
{
color: #45BF42;
}
</style>
background-color css
<style>
a { background-color: #45BF42; }
a { background-color: rgb(69,191,66); }
div.DivClassName
{
background-color: #45BF42;
}
.BgClassName
{
background-color: #45BF42;
}
</style>
border-color css
<style>
span { border-color: #45BF42; }
span { border-color: rgb(69,191,66); }
td.TdClassName
{
border-color: #45BF42;
}
.TagClassName
{
border-color: #45BF42;
}
</style>