Shades of Lima #81BC26
Tints of Lima #81BC26
RGB
CMYK
RGB Variations
Color information
#81BC26 (or 0x81BC26) is known color: Lima. HEX triplet: 81, BC and 26. RGB value is (129,188,38). Sum of RGB (Red+Green+Blue) = 129+188+38=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC26 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC26 is #7E43D9. Grayscale: #999999. Windows color (decimal): -8274906 or 2538625. OLE color: 2538625.
HSL color Cylindrical-coordinate representation of color #81BC26: hue angle of 83.6º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81BC26 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 38 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.26 |
| HSL | 83.6º | 0.66% | 0.44% | - |
| HSV(B) | 83.6º | 0.8% | 0.74% | - |
| XYZ | 27.39 | 40.77 | 8.26 | - |
| YUV | 153.26 | 62.95 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 38 | 0.31 | 0 | 0.80 | 0.26 | 83.6 | 0.66 | 0.44 |
| Hex | 81 | BC | 26 | 1F | 0 | 50 | 1A | 54 | 42 | 2C |
| Octal | 201 | 274 | 46 | 37 | 0 | 120 | 32 | 124 | 102 | 54 |
| Binary | 10000001 | 10111100 | 100110 | 11111 | 0 | 1010000 | 11010 | 1010100 | 1000010 | 101100 |
Color Harmonies of #81BC26
Complementary color
Monochromatic Colors of #81BC26
Black with #81BC26
Text Example
Text Example
White with #81BC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC26; }
p { color: rgb(129,188,38); }
H1.HeaderClassName
{
color: #81BC26;
}
.AnyTagClassName
{
color: #81BC26;
}
</style>
background-color css
<style>
a { background-color: #81BC26; }
a { background-color: rgb(129,188,38); }
div.DivClassName
{
background-color: #81BC26;
}
.BgClassName
{
background-color: #81BC26;
}
</style>
border-color css
<style>
span { border-color: #81BC26; }
span { border-color: rgb(129,188,38); }
td.TdClassName
{
border-color: #81BC26;
}
.TagClassName
{
border-color: #81BC26;
}
</style>