Shades of Limeade #5FB22B
Tints of Limeade #5FB22B
RGB
CMYK
RGB Variations
Color information
#5FB22B (or 0x5FB22B) is known color: Limeade. HEX triplet: 5F, B2 and 2B. RGB value is (95,178,43). Sum of RGB (Red+Green+Blue) = 95+178+43=316 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.06% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 43 (17.19% from 255 or 13.61% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB22B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB22B is #A04DD4. Grayscale: #8A8A8A. Windows color (decimal): -10505685 or 2863711. OLE color: 2863711.
HSL color Cylindrical-coordinate representation of color #5FB22B: hue angle of 96.89º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5FB22B is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 95 | 178 | 43 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.30 |
| HSL | 96.89º | 0.61% | 0.43% | - |
| HSV(B) | 96.89º | 0.76% | 0.7% | - |
| XYZ | 21.08 | 34.45 | 7.82 | - |
| YUV | 137.79 | 74.5 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 178 | 43 | 0.47 | 0 | 0.76 | 0.30 | 96.89 | 0.61 | 0.43 |
| Hex | 5F | B2 | 2B | 2F | 0 | 4C | 1E | 61 | 3D | 2B |
| Octal | 137 | 262 | 53 | 57 | 0 | 114 | 36 | 141 | 75 | 53 |
| Binary | 1011111 | 10110010 | 101011 | 101111 | 0 | 1001100 | 11110 | 1100001 | 111101 | 101011 |
Color Harmonies of #5FB22B
Complementary color
Monochromatic Colors of #5FB22B
Black with #5FB22B
Text Example
Text Example
White with #5FB22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB22B; }
p { color: rgb(95,178,43); }
H1.HeaderClassName
{
color: #5FB22B;
}
.AnyTagClassName
{
color: #5FB22B;
}
</style>
background-color css
<style>
a { background-color: #5FB22B; }
a { background-color: rgb(95,178,43); }
div.DivClassName
{
background-color: #5FB22B;
}
.BgClassName
{
background-color: #5FB22B;
}
</style>
border-color css
<style>
span { border-color: #5FB22B; }
span { border-color: rgb(95,178,43); }
td.TdClassName
{
border-color: #5FB22B;
}
.TagClassName
{
border-color: #5FB22B;
}
</style>