Shades of Lime Green #54DF30
Tints of Lime Green #54DF30
RGB
CMYK
RGB Variations
Color information
#54DF30 (or 0x54DF30) is known color: Lime Green. HEX triplet: 54, DF and 30. RGB value is (84,223,48). Sum of RGB (Red+Green+Blue) = 84+223+48=355 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.66% from 355); Green value is 223 (87.5% from 255 or 62.82% from 355); Blue value is 48 (19.14% from 255 or 13.52% from 355); Max value from RGB is 223 - color contains mainly: green. Hex color #54DF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54DF30 is #AB20CF. Grayscale: #A2A2A2. Windows color (decimal): -11215056 or 3202900. OLE color: 3202900.
HSL color Cylindrical-coordinate representation of color #54DF30: hue angle of 107.66º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54DF30 is Cyan = 0.62, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 223 | 48 | - |
| CMYK | 0.62 | 0 | 0.78 | 0.13 |
| HSL | 107.66º | 0.73% | 0.53% | - |
| HSV(B) | 107.66º | 0.78% | 0.87% | - |
| XYZ | 30.58 | 54.87 | 11.78 | - |
| YUV | 161.49 | 63.95 | 72.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 223 | 48 | 0.62 | 0 | 0.78 | 0.13 | 107.66 | 0.73 | 0.53 |
| Hex | 54 | DF | 30 | 3E | 0 | 4E | D | 6C | 49 | 35 |
| Octal | 124 | 337 | 60 | 76 | 0 | 116 | 15 | 154 | 111 | 65 |
| Binary | 1010100 | 11011111 | 110000 | 111110 | 0 | 1001110 | 1101 | 1101100 | 1001001 | 110101 |
Color Harmonies of #54DF30
Complementary color
Monochromatic Colors of #54DF30
Black with #54DF30
Text Example
Text Example
White with #54DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54DF30; }
p { color: rgb(84,223,48); }
H1.HeaderClassName
{
color: #54DF30;
}
.AnyTagClassName
{
color: #54DF30;
}
</style>
background-color css
<style>
a { background-color: #54DF30; }
a { background-color: rgb(84,223,48); }
div.DivClassName
{
background-color: #54DF30;
}
.BgClassName
{
background-color: #54DF30;
}
</style>
border-color css
<style>
span { border-color: #54DF30; }
span { border-color: rgb(84,223,48); }
td.TdClassName
{
border-color: #54DF30;
}
.TagClassName
{
border-color: #54DF30;
}
</style>