Shades of Lime Green #54D83D
Tints of Lime Green #54D83D
RGB
CMYK
RGB Variations
Color information
#54D83D (or 0x54D83D) is known color: Lime Green. HEX triplet: 54, D8 and 3D. RGB value is (84,216,61). Sum of RGB (Red+Green+Blue) = 84+216+61=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 216 (84.77% from 255 or 59.83% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 216 - color contains mainly: green. Hex color #54D83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D83D is #AB27C2. Grayscale: #9F9F9F. Windows color (decimal): -11216835 or 4053076. OLE color: 4053076.
HSL color Cylindrical-coordinate representation of color #54D83D: hue angle of 111.1º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54D83D is Cyan = 0.61, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 216 | 61 | - |
| CMYK | 0.61 | 0 | 0.72 | 0.15 |
| HSL | 111.1º | 0.67% | 0.54% | - |
| HSV(B) | 111.1º | 0.72% | 0.85% | - |
| XYZ | 29.05 | 51.33 | 12.79 | - |
| YUV | 158.86 | 72.77 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 216 | 61 | 0.61 | 0 | 0.72 | 0.15 | 111.1 | 0.67 | 0.54 |
| Hex | 54 | D8 | 3D | 3D | 0 | 48 | F | 6F | 43 | 36 |
| Octal | 124 | 330 | 75 | 75 | 0 | 110 | 17 | 157 | 103 | 66 |
| Binary | 1010100 | 11011000 | 111101 | 111101 | 0 | 1001000 | 1111 | 1101111 | 1000011 | 110110 |
Color Harmonies of #54D83D
Complementary color
Monochromatic Colors of #54D83D
Black with #54D83D
Text Example
Text Example
White with #54D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D83D; }
p { color: rgb(84,216,61); }
H1.HeaderClassName
{
color: #54D83D;
}
.AnyTagClassName
{
color: #54D83D;
}
</style>
background-color css
<style>
a { background-color: #54D83D; }
a { background-color: rgb(84,216,61); }
div.DivClassName
{
background-color: #54D83D;
}
.BgClassName
{
background-color: #54D83D;
}
</style>
border-color css
<style>
span { border-color: #54D83D; }
span { border-color: rgb(84,216,61); }
td.TdClassName
{
border-color: #54D83D;
}
.TagClassName
{
border-color: #54D83D;
}
</style>