Shades of Lime Green #54D534
Tints of Lime Green #54D534
RGB
CMYK
RGB Variations
Color information
#54D534 (or 0x54D534) is known color: Lime Green. HEX triplet: 54, D5 and 34. RGB value is (84,213,52). Sum of RGB (Red+Green+Blue) = 84+213+52=349 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24.07% from 349); Green value is 213 (83.59% from 255 or 61.03% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 213 - color contains mainly: green. Hex color #54D534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D534 is #AB2ACB. Grayscale: #9C9C9C. Windows color (decimal): -11217612 or 3462484. OLE color: 3462484.
HSL color Cylindrical-coordinate representation of color #54D534: hue angle of 108.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #54D534 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 213 | 52 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.16 |
| HSL | 108.07º | 0.66% | 0.52% | - |
| HSV(B) | 108.07º | 0.76% | 0.84% | - |
| XYZ | 28.07 | 49.72 | 11.37 | - |
| YUV | 156.08 | 69.26 | 76.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 213 | 52 | 0.61 | 0 | 0.76 | 0.16 | 108.07 | 0.66 | 0.52 |
| Hex | 54 | D5 | 34 | 3D | 0 | 4C | 10 | 6C | 42 | 34 |
| Octal | 124 | 325 | 64 | 75 | 0 | 114 | 20 | 154 | 102 | 64 |
| Binary | 1010100 | 11010101 | 110100 | 111101 | 0 | 1001100 | 10000 | 1101100 | 1000010 | 110100 |
Color Harmonies of #54D534
Complementary color
Monochromatic Colors of #54D534
Black with #54D534
Text Example
Text Example
White with #54D534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D534; }
p { color: rgb(84,213,52); }
H1.HeaderClassName
{
color: #54D534;
}
.AnyTagClassName
{
color: #54D534;
}
</style>
background-color css
<style>
a { background-color: #54D534; }
a { background-color: rgb(84,213,52); }
div.DivClassName
{
background-color: #54D534;
}
.BgClassName
{
background-color: #54D534;
}
</style>
border-color css
<style>
span { border-color: #54D534; }
span { border-color: rgb(84,213,52); }
td.TdClassName
{
border-color: #54D534;
}
.TagClassName
{
border-color: #54D534;
}
</style>