Shades of Lima #81CB1C
Tints of Lima #81CB1C
RGB
CMYK
RGB Variations
Color information
#81CB1C (or 0x81CB1C) is known color: Lima. HEX triplet: 81, CB and 1C. RGB value is (129,203,28). Sum of RGB (Red+Green+Blue) = 129+203+28=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #81CB1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CB1C is #7E34E3. Grayscale: #A1A1A1. Windows color (decimal): -8271076 or 1887105. OLE color: 1887105.
HSL color Cylindrical-coordinate representation of color #81CB1C: hue angle of 85.37º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #81CB1C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 203 | 28 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.20 |
| HSL | 85.37º | 0.76% | 0.45% | - |
| HSV(B) | 85.37º | 0.86% | 0.8% | - |
| XYZ | 30.62 | 47.46 | 8.65 | - |
| YUV | 160.92 | 52.98 | 105.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 203 | 28 | 0.36 | 0 | 0.86 | 0.20 | 85.37 | 0.76 | 0.45 |
| Hex | 81 | CB | 1C | 24 | 0 | 56 | 14 | 55 | 4C | 2D |
| Octal | 201 | 313 | 34 | 44 | 0 | 126 | 24 | 125 | 114 | 55 |
| Binary | 10000001 | 11001011 | 11100 | 100100 | 0 | 1010110 | 10100 | 1010101 | 1001100 | 101101 |
Color Harmonies of #81CB1C
Complementary color
Monochromatic Colors of #81CB1C
Black with #81CB1C
Text Example
Text Example
White with #81CB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CB1C; }
p { color: rgb(129,203,28); }
H1.HeaderClassName
{
color: #81CB1C;
}
.AnyTagClassName
{
color: #81CB1C;
}
</style>
background-color css
<style>
a { background-color: #81CB1C; }
a { background-color: rgb(129,203,28); }
div.DivClassName
{
background-color: #81CB1C;
}
.BgClassName
{
background-color: #81CB1C;
}
</style>
border-color css
<style>
span { border-color: #81CB1C; }
span { border-color: rgb(129,203,28); }
td.TdClassName
{
border-color: #81CB1C;
}
.TagClassName
{
border-color: #81CB1C;
}
</style>