Shades of Lime Green #54E930
Tints of Lime Green #54E930
RGB
CMYK
RGB Variations
Color information
#54E930 (or 0x54E930) is known color: Lime Green. HEX triplet: 54, E9 and 30. RGB value is (84,233,48). Sum of RGB (Red+Green+Blue) = 84+233+48=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 233 (91.41% from 255 or 63.84% from 365); Blue value is 48 (19.14% from 255 or 13.15% from 365); Max value from RGB is 233 - color contains mainly: green. Hex color #54E930 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54E930 is #AB16CF. Grayscale: #A7A7A7. Windows color (decimal): -11212496 or 3205460. OLE color: 3205460.
HSL color Cylindrical-coordinate representation of color #54E930: hue angle of 108.32º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54E930 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 233 | 48 | - |
| CMYK | 0.64 | 0 | 0.79 | 0.09 |
| HSL | 108.32º | 0.81% | 0.55% | - |
| HSV(B) | 108.32º | 0.79% | 0.91% | - |
| XYZ | 33.33 | 60.38 | 12.69 | - |
| YUV | 167.36 | 60.64 | 68.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 233 | 48 | 0.64 | 0 | 0.79 | 0.09 | 108.32 | 0.81 | 0.55 |
| Hex | 54 | E9 | 30 | 40 | 0 | 4F | 9 | 6C | 51 | 37 |
| Octal | 124 | 351 | 60 | 100 | 0 | 117 | 11 | 154 | 121 | 67 |
| Binary | 1010100 | 11101001 | 110000 | 1000000 | 0 | 1001111 | 1001 | 1101100 | 1010001 | 110111 |
Color Harmonies of #54E930
Complementary color
Monochromatic Colors of #54E930
Black with #54E930
Text Example
Text Example
White with #54E930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54E930; }
p { color: rgb(84,233,48); }
H1.HeaderClassName
{
color: #54E930;
}
.AnyTagClassName
{
color: #54E930;
}
</style>
background-color css
<style>
a { background-color: #54E930; }
a { background-color: rgb(84,233,48); }
div.DivClassName
{
background-color: #54E930;
}
.BgClassName
{
background-color: #54E930;
}
</style>
border-color css
<style>
span { border-color: #54E930; }
span { border-color: rgb(84,233,48); }
td.TdClassName
{
border-color: #54E930;
}
.TagClassName
{
border-color: #54E930;
}
</style>