Shades of Lime Green #54EF30
Tints of Lime Green #54EF30
RGB
CMYK
RGB Variations
Color information
#54EF30 (or 0x54EF30) is known color: Lime Green. HEX triplet: 54, EF and 30. RGB value is (84,239,48). Sum of RGB (Red+Green+Blue) = 84+239+48=371 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.64% from 371); Green value is 239 (93.75% from 255 or 64.42% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 239 - color contains mainly: green. Hex color #54EF30 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54EF30 is #AB10CF. Grayscale: #ABABAB. Windows color (decimal): -11210960 or 3206996. OLE color: 3206996.
HSL color Cylindrical-coordinate representation of color #54EF30: hue angle of 108.69º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54EF30 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 239 | 48 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.06 |
| HSL | 108.69º | 0.86% | 0.56% | - |
| HSV(B) | 108.69º | 0.8% | 0.94% | - |
| XYZ | 35.06 | 63.83 | 13.27 | - |
| YUV | 170.88 | 58.65 | 66.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 239 | 48 | 0.65 | 0 | 0.80 | 0.06 | 108.69 | 0.86 | 0.56 |
| Hex | 54 | EF | 30 | 41 | 0 | 50 | 6 | 6D | 56 | 38 |
| Octal | 124 | 357 | 60 | 101 | 0 | 120 | 6 | 155 | 126 | 70 |
| Binary | 1010100 | 11101111 | 110000 | 1000001 | 0 | 1010000 | 110 | 1101101 | 1010110 | 111000 |
Color Harmonies of #54EF30
Complementary color
Monochromatic Colors of #54EF30
Black with #54EF30
Text Example
Text Example
White with #54EF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54EF30; }
p { color: rgb(84,239,48); }
H1.HeaderClassName
{
color: #54EF30;
}
.AnyTagClassName
{
color: #54EF30;
}
</style>
background-color css
<style>
a { background-color: #54EF30; }
a { background-color: rgb(84,239,48); }
div.DivClassName
{
background-color: #54EF30;
}
.BgClassName
{
background-color: #54EF30;
}
</style>
border-color css
<style>
span { border-color: #54EF30; }
span { border-color: rgb(84,239,48); }
td.TdClassName
{
border-color: #54EF30;
}
.TagClassName
{
border-color: #54EF30;
}
</style>