Shades of Lime Green #54DF41
Tints of Lime Green #54DF41
RGB
CMYK
RGB Variations
Color information
#54DF41 (or 0x54DF41) is known color: Lime Green. HEX triplet: 54, DF and 41. RGB value is (84,223,65). Sum of RGB (Red+Green+Blue) = 84+223+65=372 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.58% from 372); Green value is 223 (87.5% from 255 or 59.95% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF41 is #AB20BE. Grayscale: #A3A3A3. Windows color (decimal): -11215039 or 4317012. OLE color: 4317012.
HSL color Cylindrical-coordinate representation of color #54DF41: hue angle of 112.78º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54DF41 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 65 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.13 |
| HSL | 112.78º | 0.71% | 0.56% | - |
| HSV(B) | 112.78º | 0.71% | 0.87% | - |
| XYZ | 31 | 55.04 | 13.99 | - |
| YUV | 163.43 | 72.45 | 71.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 65 | 0.62 | 0 | 0.71 | 0.13 | 112.78 | 0.71 | 0.56 |
| Hex | 54 | DF | 41 | 3E | 0 | 47 | D | 71 | 47 | 38 |
| Octal | 124 | 337 | 101 | 76 | 0 | 107 | 15 | 161 | 107 | 70 |
| Binary | 1010100 | 11011111 | 1000001 | 111110 | 0 | 1000111 | 1101 | 1110001 | 1000111 | 111000 |
Color Harmonies of #54DF41
Complementary color
Monochromatic Colors of #54DF41
Black with #54DF41
Text Example
Text Example
White with #54DF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF41; }
p { color: rgb(84,223,65); }
H1.HeaderClassName
{
color: #54DF41;
}
.AnyTagClassName
{
color: #54DF41;
}
</style>
background-color css
<style>
a { background-color: #54DF41; }
a { background-color: rgb(84,223,65); }
div.DivClassName
{
background-color: #54DF41;
}
.BgClassName
{
background-color: #54DF41;
}
</style>
border-color css
<style>
span { border-color: #54DF41; }
span { border-color: rgb(84,223,65); }
td.TdClassName
{
border-color: #54DF41;
}
.TagClassName
{
border-color: #54DF41;
}
</style>