Shades of Lima #71CB28
Tints of Lima #71CB28
RGB
CMYK
RGB Variations
Color information
#71CB28 (or 0x71CB28) is known color: Lima. HEX triplet: 71, CB and 28. RGB value is (113,203,40). Sum of RGB (Red+Green+Blue) = 113+203+40=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #71CB28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CB28 is #8E34D7. Grayscale: #9E9E9E. Windows color (decimal): -9319640 or 2673521. OLE color: 2673521.
HSL color Cylindrical-coordinate representation of color #71CB28: hue angle of 93.13º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #71CB28 is Cyan = 0.44, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 113 | 203 | 40 | - |
| CMYK | 0.44 | 0 | 0.80 | 0.20 |
| HSL | 93.13º | 0.67% | 0.48% | - |
| HSV(B) | 93.13º | 0.8% | 0.8% | - |
| XYZ | 28.55 | 46.38 | 9.45 | - |
| YUV | 157.51 | 61.68 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 203 | 40 | 0.44 | 0 | 0.80 | 0.20 | 93.13 | 0.67 | 0.48 |
| Hex | 71 | CB | 28 | 2C | 0 | 50 | 14 | 5D | 43 | 30 |
| Octal | 161 | 313 | 50 | 54 | 0 | 120 | 24 | 135 | 103 | 60 |
| Binary | 1110001 | 11001011 | 101000 | 101100 | 0 | 1010000 | 10100 | 1011101 | 1000011 | 110000 |
Color Harmonies of #71CB28
Complementary color
Monochromatic Colors of #71CB28
Black with #71CB28
Text Example
Text Example
White with #71CB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CB28; }
p { color: rgb(113,203,40); }
H1.HeaderClassName
{
color: #71CB28;
}
.AnyTagClassName
{
color: #71CB28;
}
</style>
background-color css
<style>
a { background-color: #71CB28; }
a { background-color: rgb(113,203,40); }
div.DivClassName
{
background-color: #71CB28;
}
.BgClassName
{
background-color: #71CB28;
}
</style>
border-color css
<style>
span { border-color: #71CB28; }
span { border-color: rgb(113,203,40); }
td.TdClassName
{
border-color: #71CB28;
}
.TagClassName
{
border-color: #71CB28;
}
</style>