Shades of Lime Green #54D33C
Tints of Lime Green #54D33C
RGB
CMYK
RGB Variations
Color information
#54D33C (or 0x54D33C) is known color: Lime Green. HEX triplet: 54, D3 and 3C. RGB value is (84,211,60). Sum of RGB (Red+Green+Blue) = 84+211+60=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 60 (23.83% from 255 or 16.90% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #54D33C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54D33C is #AB2CC3. Grayscale: #9C9C9C. Windows color (decimal): -11218116 or 3986260. OLE color: 3986260.
HSL color Cylindrical-coordinate representation of color #54D33C: hue angle of 110.46º degrees, saturation: 0.63, 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 #54D33C is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 84 | 211 | 60 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.17 |
| HSL | 110.46º | 0.63% | 0.53% | - |
| HSV(B) | 110.46º | 0.72% | 0.83% | - |
| XYZ | 27.77 | 48.8 | 12.23 | - |
| YUV | 155.81 | 73.92 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 211 | 60 | 0.60 | 0 | 0.72 | 0.17 | 110.46 | 0.63 | 0.53 |
| Hex | 54 | D3 | 3C | 3C | 0 | 48 | 11 | 6E | 3F | 35 |
| Octal | 124 | 323 | 74 | 74 | 0 | 110 | 21 | 156 | 77 | 65 |
| Binary | 1010100 | 11010011 | 111100 | 111100 | 0 | 1001000 | 10001 | 1101110 | 111111 | 110101 |
Color Harmonies of #54D33C
Complementary color
Monochromatic Colors of #54D33C
Black with #54D33C
Text Example
Text Example
White with #54D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54D33C; }
p { color: rgb(84,211,60); }
H1.HeaderClassName
{
color: #54D33C;
}
.AnyTagClassName
{
color: #54D33C;
}
</style>
background-color css
<style>
a { background-color: #54D33C; }
a { background-color: rgb(84,211,60); }
div.DivClassName
{
background-color: #54D33C;
}
.BgClassName
{
background-color: #54D33C;
}
</style>
border-color css
<style>
span { border-color: #54D33C; }
span { border-color: rgb(84,211,60); }
td.TdClassName
{
border-color: #54D33C;
}
.TagClassName
{
border-color: #54D33C;
}
</style>