Shades of Lime Green #54D934
Tints of Lime Green #54D934
RGB
CMYK
RGB Variations
Color information
#54D934 (or 0x54D934) is known color: Lime Green. HEX triplet: 54, D9 and 34. RGB value is (84,217,52). Sum of RGB (Red+Green+Blue) = 84+217+52=353 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.80% from 353); Green value is 217 (85.16% from 255 or 61.47% from 353); Blue value is 52 (20.70% from 255 or 14.73% from 353); Max value from RGB is 217 - color contains mainly: green. Hex color #54D934 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D934 is #AB26CB. Grayscale: #9E9E9E. Windows color (decimal): -11216588 or 3463508. OLE color: 3463508.
HSL color Cylindrical-coordinate representation of color #54D934: hue angle of 108.36º 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 #54D934 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 217 | 52 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.15 |
| HSL | 108.36º | 0.68% | 0.53% | - |
| HSV(B) | 108.36º | 0.76% | 0.85% | - |
| XYZ | 29.09 | 51.76 | 11.71 | - |
| YUV | 158.42 | 67.94 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 217 | 52 | 0.61 | 0 | 0.76 | 0.15 | 108.36 | 0.68 | 0.53 |
| Hex | 54 | D9 | 34 | 3D | 0 | 4C | F | 6C | 44 | 35 |
| Octal | 124 | 331 | 64 | 75 | 0 | 114 | 17 | 154 | 104 | 65 |
| Binary | 1010100 | 11011001 | 110100 | 111101 | 0 | 1001100 | 1111 | 1101100 | 1000100 | 110101 |
Color Harmonies of #54D934
Complementary color
Monochromatic Colors of #54D934
Black with #54D934
Text Example
Text Example
White with #54D934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D934; }
p { color: rgb(84,217,52); }
H1.HeaderClassName
{
color: #54D934;
}
.AnyTagClassName
{
color: #54D934;
}
</style>
background-color css
<style>
a { background-color: #54D934; }
a { background-color: rgb(84,217,52); }
div.DivClassName
{
background-color: #54D934;
}
.BgClassName
{
background-color: #54D934;
}
</style>
border-color css
<style>
span { border-color: #54D934; }
span { border-color: rgb(84,217,52); }
td.TdClassName
{
border-color: #54D934;
}
.TagClassName
{
border-color: #54D934;
}
</style>