Shades of Lime Green #54DD2F
Tints of Lime Green #54DD2F
RGB
CMYK
RGB Variations
Color information
#54DD2F (or 0x54DD2F) is known color: Lime Green. HEX triplet: 54, DD and 2F. RGB value is (84,221,47). Sum of RGB (Red+Green+Blue) = 84+221+47=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 221 (86.72% from 255 or 62.78% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 221 - color contains mainly: green. Hex color #54DD2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DD2F is #AB22D0. Grayscale: #A0A0A0. Windows color (decimal): -11215569 or 3136852. OLE color: 3136852.
HSL color Cylindrical-coordinate representation of color #54DD2F: hue angle of 107.24º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54DD2F is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 221 | 47 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.13 |
| HSL | 107.24º | 0.72% | 0.53% | - |
| HSV(B) | 107.24º | 0.79% | 0.87% | - |
| XYZ | 30.03 | 53.8 | 11.49 | - |
| YUV | 160.2 | 64.11 | 73.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 221 | 47 | 0.62 | 0 | 0.79 | 0.13 | 107.24 | 0.72 | 0.53 |
| Hex | 54 | DD | 2F | 3E | 0 | 4F | D | 6B | 48 | 35 |
| Octal | 124 | 335 | 57 | 76 | 0 | 117 | 15 | 153 | 110 | 65 |
| Binary | 1010100 | 11011101 | 101111 | 111110 | 0 | 1001111 | 1101 | 1101011 | 1001000 | 110101 |
Color Harmonies of #54DD2F
Complementary color
Monochromatic Colors of #54DD2F
Black with #54DD2F
Text Example
Text Example
White with #54DD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DD2F; }
p { color: rgb(84,221,47); }
H1.HeaderClassName
{
color: #54DD2F;
}
.AnyTagClassName
{
color: #54DD2F;
}
</style>
background-color css
<style>
a { background-color: #54DD2F; }
a { background-color: rgb(84,221,47); }
div.DivClassName
{
background-color: #54DD2F;
}
.BgClassName
{
background-color: #54DD2F;
}
</style>
border-color css
<style>
span { border-color: #54DD2F; }
span { border-color: rgb(84,221,47); }
td.TdClassName
{
border-color: #54DD2F;
}
.TagClassName
{
border-color: #54DD2F;
}
</style>