Shades of Lima #71BD28
Tints of Lima #71BD28
RGB
CMYK
RGB Variations
Color information
#71BD28 (or 0x71BD28) is known color: Lima. HEX triplet: 71, BD and 28. RGB value is (113,189,40). Sum of RGB (Red+Green+Blue) = 113+189+40=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 189 (74.22% from 255 or 55.26% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BD28 is #8E42D7. Grayscale: #959595. Windows color (decimal): -9323224 or 2669937. OLE color: 2669937.
HSL color Cylindrical-coordinate representation of color #71BD28: hue angle of 90.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71BD28 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 189 | 40 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.26 |
| HSL | 90.6º | 0.65% | 0.45% | - |
| HSV(B) | 90.6º | 0.79% | 0.74% | - |
| XYZ | 25.39 | 40.06 | 8.4 | - |
| YUV | 149.29 | 66.32 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 189 | 40 | 0.40 | 0 | 0.79 | 0.26 | 90.6 | 0.65 | 0.45 |
| Hex | 71 | BD | 28 | 28 | 0 | 4F | 1A | 5B | 41 | 2D |
| Octal | 161 | 275 | 50 | 50 | 0 | 117 | 32 | 133 | 101 | 55 |
| Binary | 1110001 | 10111101 | 101000 | 101000 | 0 | 1001111 | 11010 | 1011011 | 1000001 | 101101 |
Color Harmonies of #71BD28
Complementary color
Monochromatic Colors of #71BD28
Black with #71BD28
Text Example
Text Example
White with #71BD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BD28; }
p { color: rgb(113,189,40); }
H1.HeaderClassName
{
color: #71BD28;
}
.AnyTagClassName
{
color: #71BD28;
}
</style>
background-color css
<style>
a { background-color: #71BD28; }
a { background-color: rgb(113,189,40); }
div.DivClassName
{
background-color: #71BD28;
}
.BgClassName
{
background-color: #71BD28;
}
</style>
border-color css
<style>
span { border-color: #71BD28; }
span { border-color: rgb(113,189,40); }
td.TdClassName
{
border-color: #71BD28;
}
.TagClassName
{
border-color: #71BD28;
}
</style>