Html Css Color HEX #81B20E Lima

📋 copy color: '#81B20E'

red 129 ◦ green 178 ◦ blue 14

#81B20E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #81B20E

Tints of Lima #81B20E

RGB

 RED value IS 129 (50.78% from 255) = 40.19%

 GREEN value IS 178 (69.92% from 255) = 55.45%

 BLUE value IS 14 (5.86% from 255) = 4.36%

R = 40.19%
G = 55.45%
B = 4.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#81B20E (or 0x81B20E) is known color: Lima. HEX triplet: 81, B2 and 0E. RGB value is (129,178,14). Sum of RGB (Red+Green+Blue) = 129+178+14=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 14 (5.86% from 255 or 4.36% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #81B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B20E is #7E4DF1. Grayscale: #919191. Windows color (decimal): -8277490 or 963201. OLE color: 963201.

HSL color Cylindrical-coordinate representation of color #81B20E: hue angle of 77.93º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81B20E is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 178 14 -
CMYK 0.28 0 0.92 0.30
HSL 77.93º 0.85% 0.38% -
HSV(B) 77.93º 0.92% 0.7% -
XYZ 25.05 36.54 6.15 -
YUV 144.65 54.27 116.84 -
System Red Green Blue C M Y K H S L
Decimal 129 178 14 0.28 0 0.92 0.30 77.93 0.85 0.38
Hex 81 B2 E 1C 0 5C 1E 4E 55 26
Octal 201 262 16 34 0 134 36 116 125 46
Binary 10000001 10110010 1110 11100 0 1011100 11110 1001110 1010101 100110

Color Harmonies of #81B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B20E

Black with #81B20E

Text Example


Text Example

White with #81B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81B20E; }

 p { color: rgb(129,178,14); }

 H1.HeaderClassName
 {
   color: #81B20E;
 }
 .AnyTagClassName
 {
   color: #81B20E;
 }
</style>

background-color css

<style>
 a { background-color: #81B20E; }

 a { background-color: rgb(129,178,14); }

 div.DivClassName
 {
   background-color: #81B20E;
 }
 .BgClassName
 {
   background-color: #81B20E;
 }
</style>

border-color css

<style>
 span { border-color: #81B20E; }

 span { border-color: rgb(129,178,14); }

 td.TdClassName
 {
   border-color: #81B20E;
 }
 .TagClassName
 {
   border-color: #81B20E;
 }
</style>