Shades of Lawn Green #81EC02
Tints of Lawn Green #81EC02
RGB
CMYK
RGB Variations
Color information
#81EC02 (or 0x81EC02) is known color: Lawn Green. HEX triplet: 81, EC and 02. RGB value is (129,236,2). Sum of RGB (Red+Green+Blue) = 129+236+2=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 236 (92.58% from 255 or 64.31% from 367); Blue value is 2 (1.17% from 255 or 0.54% from 367); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #81EC02 is #7E13FD. Grayscale: #B2B2B2. Windows color (decimal): -8262654 or 191617. OLE color: 191617.
HSL color Cylindrical-coordinate representation of color #81EC02: hue angle of 87.44º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #81EC02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.07 |
| HSL | 87.44º | 0.98% | 0.47% | - |
| HSV(B) | 87.44º | 0.99% | 0.93% | - |
| XYZ | 39.06 | 64.66 | 10.48 | - |
| YUV | 177.33 | 29.05 | 93.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 2 | 0.45 | 0 | 0.99 | 0.07 | 87.44 | 0.98 | 0.47 |
| Hex | 81 | EC | 2 | 2D | 0 | 63 | 7 | 57 | 62 | 2F |
| Octal | 201 | 354 | 2 | 55 | 0 | 143 | 7 | 127 | 142 | 57 |
| Binary | 10000001 | 11101100 | 10 | 101101 | 0 | 1100011 | 111 | 1010111 | 1100010 | 101111 |
Color Harmonies of #81EC02
Complementary color
Monochromatic Colors of #81EC02
Black with #81EC02
Text Example
Text Example
White with #81EC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC02; }
p { color: rgb(129,236,2); }
H1.HeaderClassName
{
color: #81EC02;
}
.AnyTagClassName
{
color: #81EC02;
}
</style>
background-color css
<style>
a { background-color: #81EC02; }
a { background-color: rgb(129,236,2); }
div.DivClassName
{
background-color: #81EC02;
}
.BgClassName
{
background-color: #81EC02;
}
</style>
border-color css
<style>
span { border-color: #81EC02; }
span { border-color: rgb(129,236,2); }
td.TdClassName
{
border-color: #81EC02;
}
.TagClassName
{
border-color: #81EC02;
}
</style>