Shades of Lime Green #54F233
Tints of Lime Green #54F233
RGB
CMYK
RGB Variations
Color information
#54F233 (or 0x54F233) is known color: Lime Green. HEX triplet: 54, F2 and 33. RGB value is (84,242,51). Sum of RGB (Red+Green+Blue) = 84+242+51=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 242 (94.92% from 255 or 64.19% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 242 - color contains mainly: green. Hex color #54F233 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F233 is #AB0DCC. Grayscale: #ADADAD. Windows color (decimal): -11210189 or 3404372. OLE color: 3404372.
HSL color Cylindrical-coordinate representation of color #54F233: hue angle of 109.63º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54F233 is Cyan = 0.65, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 84 | 242 | 51 | - |
| CMYK | 0.65 | 0 | 0.79 | 0.05 |
| HSL | 109.63º | 0.88% | 0.57% | - |
| HSV(B) | 109.63º | 0.79% | 0.95% | - |
| XYZ | 36.01 | 65.63 | 13.9 | - |
| YUV | 172.98 | 59.15 | 64.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 242 | 51 | 0.65 | 0 | 0.79 | 0.05 | 109.63 | 0.88 | 0.57 |
| Hex | 54 | F2 | 33 | 41 | 0 | 4F | 5 | 6E | 58 | 39 |
| Octal | 124 | 362 | 63 | 101 | 0 | 117 | 5 | 156 | 130 | 71 |
| Binary | 1010100 | 11110010 | 110011 | 1000001 | 0 | 1001111 | 101 | 1101110 | 1011000 | 111001 |
Color Harmonies of #54F233
Complementary color
Monochromatic Colors of #54F233
Black with #54F233
Text Example
Text Example
White with #54F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54F233; }
p { color: rgb(84,242,51); }
H1.HeaderClassName
{
color: #54F233;
}
.AnyTagClassName
{
color: #54F233;
}
</style>
background-color css
<style>
a { background-color: #54F233; }
a { background-color: rgb(84,242,51); }
div.DivClassName
{
background-color: #54F233;
}
.BgClassName
{
background-color: #54F233;
}
</style>
border-color css
<style>
span { border-color: #54F233; }
span { border-color: rgb(84,242,51); }
td.TdClassName
{
border-color: #54F233;
}
.TagClassName
{
border-color: #54F233;
}
</style>