Shades of Lime Green #45F839
Tints of Lime Green #45F839
RGB
CMYK
RGB Variations
Color information
#45F839 (or 0x45F839) is known color: Lime Green. HEX triplet: 45, F8 and 39. RGB value is (69,248,57). Sum of RGB (Red+Green+Blue) = 69+248+57=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 248 (97.27% from 255 or 66.31% from 374); Blue value is 57 (22.66% from 255 or 15.24% from 374); Max value from RGB is 248 - color contains mainly: green. Hex color #45F839 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #45F839 is #BA07C6. Grayscale: #ADADAD. Windows color (decimal): -12191687 or 3799109. OLE color: 3799109.
HSL color Cylindrical-coordinate representation of color #45F839: hue angle of 116.23º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #45F839 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 69 | 248 | 57 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.03 |
| HSL | 116.23º | 0.93% | 0.6% | - |
| HSV(B) | 116.23º | 0.77% | 0.97% | - |
| XYZ | 36.76 | 68.7 | 15.19 | - |
| YUV | 172.71 | 62.7 | 54.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 248 | 57 | 0.72 | 0 | 0.77 | 0.03 | 116.23 | 0.93 | 0.6 |
| Hex | 45 | F8 | 39 | 48 | 0 | 4D | 3 | 74 | 5D | 3C |
| Octal | 105 | 370 | 71 | 110 | 0 | 115 | 3 | 164 | 135 | 74 |
| Binary | 1000101 | 11111000 | 111001 | 1001000 | 0 | 1001101 | 11 | 1110100 | 1011101 | 111100 |
Color Harmonies of #45F839
Complementary color
Monochromatic Colors of #45F839
Black with #45F839
Text Example
Text Example
White with #45F839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F839; }
p { color: rgb(69,248,57); }
H1.HeaderClassName
{
color: #45F839;
}
.AnyTagClassName
{
color: #45F839;
}
</style>
background-color css
<style>
a { background-color: #45F839; }
a { background-color: rgb(69,248,57); }
div.DivClassName
{
background-color: #45F839;
}
.BgClassName
{
background-color: #45F839;
}
</style>
border-color css
<style>
span { border-color: #45F839; }
span { border-color: rgb(69,248,57); }
td.TdClassName
{
border-color: #45F839;
}
.TagClassName
{
border-color: #45F839;
}
</style>