Shades of Lima #71CF21
Tints of Lima #71CF21
RGB
CMYK
RGB Variations
Color information
#71CF21 (or 0x71CF21) is known color: Lima. HEX triplet: 71, CF and 21. RGB value is (113,207,33). Sum of RGB (Red+Green+Blue) = 113+207+33=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 207 (81.25% from 255 or 58.64% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CF21 is #8E30DE. Grayscale: #9F9F9F. Windows color (decimal): -9318623 or 2215793. OLE color: 2215793.
HSL color Cylindrical-coordinate representation of color #71CF21: hue angle of 92.41º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #71CF21 is Cyan = 0.45, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 33 | - |
| CMYK | 0.45 | 0 | 0.84 | 0.19 |
| HSL | 92.41º | 0.73% | 0.47% | - |
| HSV(B) | 92.41º | 0.84% | 0.81% | - |
| XYZ | 29.4 | 48.25 | 9.2 | - |
| YUV | 159.06 | 56.86 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 33 | 0.45 | 0 | 0.84 | 0.19 | 92.41 | 0.73 | 0.47 |
| Hex | 71 | CF | 21 | 2D | 0 | 54 | 13 | 5C | 48 | 2F |
| Octal | 161 | 317 | 41 | 55 | 0 | 124 | 23 | 134 | 110 | 57 |
| Binary | 1110001 | 11001111 | 100001 | 101101 | 0 | 1010100 | 10011 | 1011100 | 1001000 | 101111 |
Color Harmonies of #71CF21
Complementary color
Monochromatic Colors of #71CF21
Black with #71CF21
Text Example
Text Example
White with #71CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF21; }
p { color: rgb(113,207,33); }
H1.HeaderClassName
{
color: #71CF21;
}
.AnyTagClassName
{
color: #71CF21;
}
</style>
background-color css
<style>
a { background-color: #71CF21; }
a { background-color: rgb(113,207,33); }
div.DivClassName
{
background-color: #71CF21;
}
.BgClassName
{
background-color: #71CF21;
}
</style>
border-color css
<style>
span { border-color: #71CF21; }
span { border-color: rgb(113,207,33); }
td.TdClassName
{
border-color: #71CF21;
}
.TagClassName
{
border-color: #71CF21;
}
</style>