Shades of Lima #71CE28
Tints of Lima #71CE28
RGB
CMYK
RGB Variations
Color information
#71CE28 (or 0x71CE28) is known color: Lima. HEX triplet: 71, CE and 28. RGB value is (113,206,40). Sum of RGB (Red+Green+Blue) = 113+206+40=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 40 (16.02% from 255 or 11.14% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #71CE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #71CE28 is #8E31D7. Grayscale: #9F9F9F. Windows color (decimal): -9318872 or 2674289. OLE color: 2674289.
HSL color Cylindrical-coordinate representation of color #71CE28: hue angle of 93.61º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #71CE28 is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 206 | 40 | - |
| CMYK | 0.45 | 0 | 0.81 | 0.19 |
| HSL | 93.61º | 0.67% | 0.48% | - |
| HSV(B) | 93.61º | 0.81% | 0.81% | - |
| XYZ | 29.26 | 47.81 | 9.69 | - |
| YUV | 159.27 | 60.69 | 95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 206 | 40 | 0.45 | 0 | 0.81 | 0.19 | 93.61 | 0.67 | 0.48 |
| Hex | 71 | CE | 28 | 2D | 0 | 51 | 13 | 5E | 43 | 30 |
| Octal | 161 | 316 | 50 | 55 | 0 | 121 | 23 | 136 | 103 | 60 |
| Binary | 1110001 | 11001110 | 101000 | 101101 | 0 | 1010001 | 10011 | 1011110 | 1000011 | 110000 |
Color Harmonies of #71CE28
Complementary color
Monochromatic Colors of #71CE28
Black with #71CE28
Text Example
Text Example
White with #71CE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CE28; }
p { color: rgb(113,206,40); }
H1.HeaderClassName
{
color: #71CE28;
}
.AnyTagClassName
{
color: #71CE28;
}
</style>
background-color css
<style>
a { background-color: #71CE28; }
a { background-color: rgb(113,206,40); }
div.DivClassName
{
background-color: #71CE28;
}
.BgClassName
{
background-color: #71CE28;
}
</style>
border-color css
<style>
span { border-color: #71CE28; }
span { border-color: rgb(113,206,40); }
td.TdClassName
{
border-color: #71CE28;
}
.TagClassName
{
border-color: #71CE28;
}
</style>