Shades of Lime Green #54F138
Tints of Lime Green #54F138
RGB
CMYK
RGB Variations
Color information
#54F138 (or 0x54F138) is known color: Lime Green. HEX triplet: 54, F1 and 38. RGB value is (84,241,56). Sum of RGB (Red+Green+Blue) = 84+241+56=381 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.05% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 56 (22.27% from 255 or 14.70% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #54F138 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F138 is #AB0EC7. Grayscale: #ADADAD. Windows color (decimal): -11210440 or 3731796. OLE color: 3731796.
HSL color Cylindrical-coordinate representation of color #54F138: hue angle of 110.92º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #54F138 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 56 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.05 |
| HSL | 110.92º | 0.87% | 0.58% | - |
| HSV(B) | 110.92º | 0.77% | 0.95% | - |
| XYZ | 35.83 | 65.08 | 14.42 | - |
| YUV | 172.97 | 61.99 | 64.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 56 | 0.65 | 0 | 0.77 | 0.05 | 110.92 | 0.87 | 0.58 |
| Hex | 54 | F1 | 38 | 41 | 0 | 4D | 5 | 6F | 57 | 3A |
| Octal | 124 | 361 | 70 | 101 | 0 | 115 | 5 | 157 | 127 | 72 |
| Binary | 1010100 | 11110001 | 111000 | 1000001 | 0 | 1001101 | 101 | 1101111 | 1010111 | 111010 |
Color Harmonies of #54F138
Complementary color
Monochromatic Colors of #54F138
Black with #54F138
Text Example
Text Example
White with #54F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F138; }
p { color: rgb(84,241,56); }
H1.HeaderClassName
{
color: #54F138;
}
.AnyTagClassName
{
color: #54F138;
}
</style>
background-color css
<style>
a { background-color: #54F138; }
a { background-color: rgb(84,241,56); }
div.DivClassName
{
background-color: #54F138;
}
.BgClassName
{
background-color: #54F138;
}
</style>
border-color css
<style>
span { border-color: #54F138; }
span { border-color: rgb(84,241,56); }
td.TdClassName
{
border-color: #54F138;
}
.TagClassName
{
border-color: #54F138;
}
</style>