Html Css Color HEX #81B51E Lima

📋 copy color: '#81B51E'

red 129 ◦ green 181 ◦ blue 30

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

Shades of Lima #81B51E

Tints of Lima #81B51E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 53.24%

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 37.94%
G = 53.24%
B = 8.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#81B51E (or 0x81B51E) is known color: Lima. HEX triplet: 81, B5 and 1E. RGB value is (129,181,30). Sum of RGB (Red+Green+Blue) = 129+181+30=340 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.94% from 340); Green value is 181 (71.09% from 255 or 53.24% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 181 - color contains mainly: green. Hex color #81B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81B51E is #7E4AE1. Grayscale: #949494. Windows color (decimal): -8276706 or 2012545. OLE color: 2012545.

HSL color Cylindrical-coordinate representation of color #81B51E: hue angle of 80.66º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #81B51E is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 129 181 30 -
CMYK 0.29 0 0.83 0.29
HSL 80.66º 0.72% 0.41% -
HSV(B) 80.66º 0.83% 0.71% -
XYZ 25.81 37.81 7.17 -
YUV 148.24 61.27 114.28 -
System Red Green Blue C M Y K H S L
Decimal 129 181 30 0.29 0 0.83 0.29 80.66 0.72 0.41
Hex 81 B5 1E 1D 0 53 1D 51 48 29
Octal 201 265 36 35 0 123 35 121 110 51
Binary 10000001 10110101 11110 11101 0 1010011 11101 1010001 1001000 101001

Color Harmonies of #81B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B51E

Black with #81B51E

Text Example


Text Example

White with #81B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,181,30); }

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

background-color css

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

 a { background-color: rgb(129,181,30); }

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

border-color css

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

 span { border-color: rgb(129,181,30); }

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