Shades of Lime Green #54DA41
Tints of Lime Green #54DA41
RGB
CMYK
RGB Variations
Color information
#54DA41 (or 0x54DA41) is known color: Lime Green. HEX triplet: 54, DA and 41. RGB value is (84,218,65). Sum of RGB (Red+Green+Blue) = 84+218+65=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 218 (85.55% from 255 or 59.40% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 218 - color contains mainly: green. Hex color #54DA41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DA41 is #AB25BE. Grayscale: #A0A0A0. Windows color (decimal): -11216319 or 4315732. OLE color: 4315732.
HSL color Cylindrical-coordinate representation of color #54DA41: hue angle of 112.55º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #54DA41 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 218 | 65 | - |
| CMYK | 0.61 | 0 | 0.70 | 0.15 |
| HSL | 112.55º | 0.67% | 0.55% | - |
| HSV(B) | 112.55º | 0.7% | 0.85% | - |
| XYZ | 29.68 | 52.41 | 13.55 | - |
| YUV | 160.49 | 74.11 | 73.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 218 | 65 | 0.61 | 0 | 0.70 | 0.15 | 112.55 | 0.67 | 0.55 |
| Hex | 54 | DA | 41 | 3D | 0 | 46 | F | 71 | 43 | 37 |
| Octal | 124 | 332 | 101 | 75 | 0 | 106 | 17 | 161 | 103 | 67 |
| Binary | 1010100 | 11011010 | 1000001 | 111101 | 0 | 1000110 | 1111 | 1110001 | 1000011 | 110111 |
Color Harmonies of #54DA41
Complementary color
Monochromatic Colors of #54DA41
Black with #54DA41
Text Example
Text Example
White with #54DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DA41; }
p { color: rgb(84,218,65); }
H1.HeaderClassName
{
color: #54DA41;
}
.AnyTagClassName
{
color: #54DA41;
}
</style>
background-color css
<style>
a { background-color: #54DA41; }
a { background-color: rgb(84,218,65); }
div.DivClassName
{
background-color: #54DA41;
}
.BgClassName
{
background-color: #54DA41;
}
</style>
border-color css
<style>
span { border-color: #54DA41; }
span { border-color: rgb(84,218,65); }
td.TdClassName
{
border-color: #54DA41;
}
.TagClassName
{
border-color: #54DA41;
}
</style>