Shades of Lima #71BC28
Tints of Lima #71BC28
RGB
CMYK
RGB Variations
Color information
#71BC28 (or 0x71BC28) is known color: Lima. HEX triplet: 71, BC and 28. RGB value is (113,188,40). Sum of RGB (Red+Green+Blue) = 113+188+40=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 188 (73.83% from 255 or 55.13% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 188 - color contains mainly: green. Hex color #71BC28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71BC28 is #8E43D7. Grayscale: #959595. Windows color (decimal): -9323480 or 2669681. OLE color: 2669681.
HSL color Cylindrical-coordinate representation of color #71BC28: hue angle of 90.41º 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 #71BC28 is Cyan = 0.40, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 113 | 188 | 40 | - |
| CMYK | 0.40 | 0 | 0.79 | 0.26 |
| HSL | 90.41º | 0.65% | 0.45% | - |
| HSV(B) | 90.41º | 0.79% | 0.74% | - |
| XYZ | 25.18 | 39.63 | 8.33 | - |
| YUV | 148.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 188 | 40 | 0.40 | 0 | 0.79 | 0.26 | 90.41 | 0.65 | 0.45 |
| Hex | 71 | BC | 28 | 28 | 0 | 4F | 1A | 5A | 41 | 2D |
| Octal | 161 | 274 | 50 | 50 | 0 | 117 | 32 | 132 | 101 | 55 |
| Binary | 1110001 | 10111100 | 101000 | 101000 | 0 | 1001111 | 11010 | 1011010 | 1000001 | 101101 |
Color Harmonies of #71BC28
Complementary color
Monochromatic Colors of #71BC28
Black with #71BC28
Text Example
Text Example
White with #71BC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71BC28; }
p { color: rgb(113,188,40); }
H1.HeaderClassName
{
color: #71BC28;
}
.AnyTagClassName
{
color: #71BC28;
}
</style>
background-color css
<style>
a { background-color: #71BC28; }
a { background-color: rgb(113,188,40); }
div.DivClassName
{
background-color: #71BC28;
}
.BgClassName
{
background-color: #71BC28;
}
</style>
border-color css
<style>
span { border-color: #71BC28; }
span { border-color: rgb(113,188,40); }
td.TdClassName
{
border-color: #71BC28;
}
.TagClassName
{
border-color: #71BC28;
}
</style>