Shades of Lime Green #54F136
Tints of Lime Green #54F136
RGB
CMYK
RGB Variations
Color information
#54F136 (or 0x54F136) is known color: Lime Green. HEX triplet: 54, F1 and 36. RGB value is (84,241,54). Sum of RGB (Red+Green+Blue) = 84+241+54=379 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.16% from 379); Green value is 241 (94.53% from 255 or 63.59% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 241 - color contains mainly: green. Hex color #54F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F136 is #AB0EC9. Grayscale: #ADADAD. Windows color (decimal): -11210442 or 3600724. OLE color: 3600724.
HSL color Cylindrical-coordinate representation of color #54F136: hue angle of 110.37º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #54F136 is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 241 | 54 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.05 |
| HSL | 110.37º | 0.87% | 0.58% | - |
| HSV(B) | 110.37º | 0.78% | 0.95% | - |
| XYZ | 35.78 | 65.06 | 14.16 | - |
| YUV | 172.74 | 60.99 | 64.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 241 | 54 | 0.65 | 0 | 0.78 | 0.05 | 110.37 | 0.87 | 0.58 |
| Hex | 54 | F1 | 36 | 41 | 0 | 4E | 5 | 6E | 57 | 3A |
| Octal | 124 | 361 | 66 | 101 | 0 | 116 | 5 | 156 | 127 | 72 |
| Binary | 1010100 | 11110001 | 110110 | 1000001 | 0 | 1001110 | 101 | 1101110 | 1010111 | 111010 |
Color Harmonies of #54F136
Complementary color
Monochromatic Colors of #54F136
Black with #54F136
Text Example
Text Example
White with #54F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F136; }
p { color: rgb(84,241,54); }
H1.HeaderClassName
{
color: #54F136;
}
.AnyTagClassName
{
color: #54F136;
}
</style>
background-color css
<style>
a { background-color: #54F136; }
a { background-color: rgb(84,241,54); }
div.DivClassName
{
background-color: #54F136;
}
.BgClassName
{
background-color: #54F136;
}
</style>
border-color css
<style>
span { border-color: #54F136; }
span { border-color: rgb(84,241,54); }
td.TdClassName
{
border-color: #54F136;
}
.TagClassName
{
border-color: #54F136;
}
</style>