Shades of Lima #81BC1C
Tints of Lima #81BC1C
RGB
CMYK
RGB Variations
Color information
#81BC1C (or 0x81BC1C) is known color: Lima. HEX triplet: 81, BC and 1C. RGB value is (129,188,28). Sum of RGB (Red+Green+Blue) = 129+188+28=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC1C is #7E43E3. Grayscale: #989898. Windows color (decimal): -8274916 or 1883265. OLE color: 1883265.
HSL color Cylindrical-coordinate representation of color #81BC1C: hue angle of 82.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #81BC1C is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 188 | 28 | - |
| CMYK | 0.31 | 0 | 0.85 | 0.26 |
| HSL | 82.13º | 0.74% | 0.42% | - |
| HSV(B) | 82.13º | 0.85% | 0.74% | - |
| XYZ | 27.25 | 40.72 | 7.52 | - |
| YUV | 152.12 | 57.95 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 188 | 28 | 0.31 | 0 | 0.85 | 0.26 | 82.13 | 0.74 | 0.42 |
| Hex | 81 | BC | 1C | 1F | 0 | 55 | 1A | 52 | 4A | 2A |
| Octal | 201 | 274 | 34 | 37 | 0 | 125 | 32 | 122 | 112 | 52 |
| Binary | 10000001 | 10111100 | 11100 | 11111 | 0 | 1010101 | 11010 | 1010010 | 1001010 | 101010 |
Color Harmonies of #81BC1C
Complementary color
Monochromatic Colors of #81BC1C
Black with #81BC1C
Text Example
Text Example
White with #81BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81BC1C; }
p { color: rgb(129,188,28); }
H1.HeaderClassName
{
color: #81BC1C;
}
.AnyTagClassName
{
color: #81BC1C;
}
</style>
background-color css
<style>
a { background-color: #81BC1C; }
a { background-color: rgb(129,188,28); }
div.DivClassName
{
background-color: #81BC1C;
}
.BgClassName
{
background-color: #81BC1C;
}
</style>
border-color css
<style>
span { border-color: #81BC1C; }
span { border-color: rgb(129,188,28); }
td.TdClassName
{
border-color: #81BC1C;
}
.TagClassName
{
border-color: #81BC1C;
}
</style>