Shades of Lime Green #54D834
Tints of Lime Green #54D834
RGB
CMYK
RGB Variations
Color information
#54D834 (or 0x54D834) is known color: Lime Green. HEX triplet: 54, D8 and 34. RGB value is (84,216,52). Sum of RGB (Red+Green+Blue) = 84+216+52=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 216 (84.77% from 255 or 61.36% from 352); Blue value is 52 (20.70% from 255 or 14.77% from 352); Max value from RGB is 216 - color contains mainly: green. Hex color #54D834 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D834 is #AB27CB. Grayscale: #9E9E9E. Windows color (decimal): -11216844 or 3463252. OLE color: 3463252.
HSL color Cylindrical-coordinate representation of color #54D834: hue angle of 108.29º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54D834 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 52 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.15 |
| HSL | 108.29º | 0.68% | 0.53% | - |
| HSV(B) | 108.29º | 0.76% | 0.85% | - |
| XYZ | 28.83 | 51.24 | 11.62 | - |
| YUV | 157.84 | 68.27 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 52 | 0.61 | 0 | 0.76 | 0.15 | 108.29 | 0.68 | 0.53 |
| Hex | 54 | D8 | 34 | 3D | 0 | 4C | F | 6C | 44 | 35 |
| Octal | 124 | 330 | 64 | 75 | 0 | 114 | 17 | 154 | 104 | 65 |
| Binary | 1010100 | 11011000 | 110100 | 111101 | 0 | 1001100 | 1111 | 1101100 | 1000100 | 110101 |
Color Harmonies of #54D834
Complementary color
Monochromatic Colors of #54D834
Black with #54D834
Text Example
Text Example
White with #54D834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D834; }
p { color: rgb(84,216,52); }
H1.HeaderClassName
{
color: #54D834;
}
.AnyTagClassName
{
color: #54D834;
}
</style>
background-color css
<style>
a { background-color: #54D834; }
a { background-color: rgb(84,216,52); }
div.DivClassName
{
background-color: #54D834;
}
.BgClassName
{
background-color: #54D834;
}
</style>
border-color css
<style>
span { border-color: #54D834; }
span { border-color: rgb(84,216,52); }
td.TdClassName
{
border-color: #54D834;
}
.TagClassName
{
border-color: #54D834;
}
</style>