Shades of Limeade #54AB30
Tints of Limeade #54AB30
RGB
CMYK
RGB Variations
Color information
#54AB30 (or 0x54AB30) is known color: Limeade. HEX triplet: 54, AB and 30. RGB value is (84,171,48). Sum of RGB (Red+Green+Blue) = 84+171+48=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #54AB30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AB30 is #AB54CF. Grayscale: #838383. Windows color (decimal): -11228368 or 3189588. OLE color: 3189588.
HSL color Cylindrical-coordinate representation of color #54AB30: hue angle of 102.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #54AB30 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 84 | 171 | 48 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.33 |
| HSL | 102.44º | 0.56% | 0.43% | - |
| HSV(B) | 102.44º | 0.72% | 0.67% | - |
| XYZ | 18.75 | 31.22 | 7.83 | - |
| YUV | 130.97 | 81.18 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 171 | 48 | 0.51 | 0 | 0.72 | 0.33 | 102.44 | 0.56 | 0.43 |
| Hex | 54 | AB | 30 | 33 | 0 | 48 | 21 | 66 | 38 | 2B |
| Octal | 124 | 253 | 60 | 63 | 0 | 110 | 41 | 146 | 70 | 53 |
| Binary | 1010100 | 10101011 | 110000 | 110011 | 0 | 1001000 | 100001 | 1100110 | 111000 | 101011 |
Color Harmonies of #54AB30
Complementary color
Monochromatic Colors of #54AB30
Black with #54AB30
Text Example
Text Example
White with #54AB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54AB30; }
p { color: rgb(84,171,48); }
H1.HeaderClassName
{
color: #54AB30;
}
.AnyTagClassName
{
color: #54AB30;
}
</style>
background-color css
<style>
a { background-color: #54AB30; }
a { background-color: rgb(84,171,48); }
div.DivClassName
{
background-color: #54AB30;
}
.BgClassName
{
background-color: #54AB30;
}
</style>
border-color css
<style>
span { border-color: #54AB30; }
span { border-color: rgb(84,171,48); }
td.TdClassName
{
border-color: #54AB30;
}
.TagClassName
{
border-color: #54AB30;
}
</style>