Shades of Lime Green #54DF31
Tints of Lime Green #54DF31
RGB
CMYK
RGB Variations
Color information
#54DF31 (or 0x54DF31) is known color: Lime Green. HEX triplet: 54, DF and 31. RGB value is (84,223,49). Sum of RGB (Red+Green+Blue) = 84+223+49=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 223 (87.5% from 255 or 62.64% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF31 is #AB20CE. Grayscale: #A2A2A2. Windows color (decimal): -11215055 or 3268436. OLE color: 3268436.
HSL color Cylindrical-coordinate representation of color #54DF31: hue angle of 107.93º degrees, saturation: 0.73, 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 #54DF31 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 49 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.13 |
| HSL | 107.93º | 0.73% | 0.53% | - |
| HSV(B) | 107.93º | 0.78% | 0.87% | - |
| XYZ | 30.6 | 54.88 | 11.89 | - |
| YUV | 161.6 | 64.45 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 49 | 0.62 | 0 | 0.78 | 0.13 | 107.93 | 0.73 | 0.53 |
| Hex | 54 | DF | 31 | 3E | 0 | 4E | D | 6C | 49 | 35 |
| Octal | 124 | 337 | 61 | 76 | 0 | 116 | 15 | 154 | 111 | 65 |
| Binary | 1010100 | 11011111 | 110001 | 111110 | 0 | 1001110 | 1101 | 1101100 | 1001001 | 110101 |
Color Harmonies of #54DF31
Complementary color
Monochromatic Colors of #54DF31
Black with #54DF31
Text Example
Text Example
White with #54DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF31; }
p { color: rgb(84,223,49); }
H1.HeaderClassName
{
color: #54DF31;
}
.AnyTagClassName
{
color: #54DF31;
}
</style>
background-color css
<style>
a { background-color: #54DF31; }
a { background-color: rgb(84,223,49); }
div.DivClassName
{
background-color: #54DF31;
}
.BgClassName
{
background-color: #54DF31;
}
</style>
border-color css
<style>
span { border-color: #54DF31; }
span { border-color: rgb(84,223,49); }
td.TdClassName
{
border-color: #54DF31;
}
.TagClassName
{
border-color: #54DF31;
}
</style>