Shades of Lime Green #54DE31
Tints of Lime Green #54DE31
RGB
CMYK
RGB Variations
Color information
#54DE31 (or 0x54DE31) is known color: Lime Green. HEX triplet: 54, DE and 31. RGB value is (84,222,49). Sum of RGB (Red+Green+Blue) = 84+222+49=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 222 (87.11% from 255 or 62.54% from 355); Blue value is 49 (19.53% from 255 or 13.80% from 355); Max value from RGB is 222 - color contains mainly: green. Hex color #54DE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DE31 is #AB21CE. Grayscale: #A1A1A1. Windows color (decimal): -11215311 or 3268180. OLE color: 3268180.
HSL color Cylindrical-coordinate representation of color #54DE31: hue angle of 107.86º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54DE31 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 222 | 49 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.13 |
| HSL | 107.86º | 0.72% | 0.53% | - |
| HSV(B) | 107.86º | 0.78% | 0.87% | - |
| XYZ | 30.33 | 54.35 | 11.8 | - |
| YUV | 161.02 | 64.78 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 222 | 49 | 0.62 | 0 | 0.78 | 0.13 | 107.86 | 0.72 | 0.53 |
| Hex | 54 | DE | 31 | 3E | 0 | 4E | D | 6C | 48 | 35 |
| Octal | 124 | 336 | 61 | 76 | 0 | 116 | 15 | 154 | 110 | 65 |
| Binary | 1010100 | 11011110 | 110001 | 111110 | 0 | 1001110 | 1101 | 1101100 | 1001000 | 110101 |
Color Harmonies of #54DE31
Complementary color
Monochromatic Colors of #54DE31
Black with #54DE31
Text Example
Text Example
White with #54DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DE31; }
p { color: rgb(84,222,49); }
H1.HeaderClassName
{
color: #54DE31;
}
.AnyTagClassName
{
color: #54DE31;
}
</style>
background-color css
<style>
a { background-color: #54DE31; }
a { background-color: rgb(84,222,49); }
div.DivClassName
{
background-color: #54DE31;
}
.BgClassName
{
background-color: #54DE31;
}
</style>
border-color css
<style>
span { border-color: #54DE31; }
span { border-color: rgb(84,222,49); }
td.TdClassName
{
border-color: #54DE31;
}
.TagClassName
{
border-color: #54DE31;
}
</style>