Shades of Lime Green #54D43B
Tints of Lime Green #54D43B
RGB
CMYK
RGB Variations
Color information
#54D43B (or 0x54D43B) is known color: Lime Green. HEX triplet: 54, D4 and 3B. RGB value is (84,212,59). Sum of RGB (Red+Green+Blue) = 84+212+59=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 212 (83.20% from 255 or 59.72% from 355); Blue value is 59 (23.44% from 255 or 16.62% from 355); Max value from RGB is 212 - color contains mainly: green. Hex color #54D43B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D43B is #AB2BC4. Grayscale: #9C9C9C. Windows color (decimal): -11217861 or 3920980. OLE color: 3920980.
HSL color Cylindrical-coordinate representation of color #54D43B: hue angle of 110.2º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54D43B is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 212 | 59 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.17 |
| HSL | 110.2º | 0.64% | 0.53% | - |
| HSV(B) | 110.2º | 0.72% | 0.83% | - |
| XYZ | 27.99 | 49.29 | 12.18 | - |
| YUV | 156.29 | 73.09 | 76.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 212 | 59 | 0.60 | 0 | 0.72 | 0.17 | 110.2 | 0.64 | 0.53 |
| Hex | 54 | D4 | 3B | 3C | 0 | 48 | 11 | 6E | 40 | 35 |
| Octal | 124 | 324 | 73 | 74 | 0 | 110 | 21 | 156 | 100 | 65 |
| Binary | 1010100 | 11010100 | 111011 | 111100 | 0 | 1001000 | 10001 | 1101110 | 1000000 | 110101 |
Color Harmonies of #54D43B
Complementary color
Monochromatic Colors of #54D43B
Black with #54D43B
Text Example
Text Example
White with #54D43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D43B; }
p { color: rgb(84,212,59); }
H1.HeaderClassName
{
color: #54D43B;
}
.AnyTagClassName
{
color: #54D43B;
}
</style>
background-color css
<style>
a { background-color: #54D43B; }
a { background-color: rgb(84,212,59); }
div.DivClassName
{
background-color: #54D43B;
}
.BgClassName
{
background-color: #54D43B;
}
</style>
border-color css
<style>
span { border-color: #54D43B; }
span { border-color: rgb(84,212,59); }
td.TdClassName
{
border-color: #54D43B;
}
.TagClassName
{
border-color: #54D43B;
}
</style>