Html Css Color HEX #80B51E Lima

📋 copy color: '#80B51E'

red 128 ◦ green 181 ◦ blue 30

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

Shades of Lima #80B51E

Tints of Lima #80B51E

RGB

 RED value IS 128 (50.39% from 255) = 37.76%

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

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

R = 37.76%
G = 53.39%
B = 8.85%

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

#80B51E (or 0x80B51E) is known color: Lima. HEX triplet: 80, B5 and 1E. RGB value is (128,181,30). Sum of RGB (Red+Green+Blue) = 128+181+30=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 181 (71.09% from 255 or 53.39% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 181 - color contains mainly: green. Hex color #80B51E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80B51E is #7F4AE1. Grayscale: #949494. Windows color (decimal): -8342242 or 2012544. OLE color: 2012544.

HSL color Cylindrical-coordinate representation of color #80B51E: hue angle of 81.06º 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 #80B51E is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 128 181 30 -
CMYK 0.29 0 0.83 0.29
HSL 81.06º 0.72% 0.41% -
HSV(B) 81.06º 0.83% 0.71% -
XYZ 25.66 37.73 7.16 -
YUV 147.94 61.44 113.78 -
System Red Green Blue C M Y K H S L
Decimal 128 181 30 0.29 0 0.83 0.29 81.06 0.72 0.41
Hex 80 B5 1E 1D 0 53 1D 51 48 29
Octal 200 265 36 35 0 123 35 121 110 51
Binary 10000000 10110101 11110 11101 0 1010011 11101 1010001 1001000 101001

Color Harmonies of #80B51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B51E

Black with #80B51E

Text Example


Text Example

White with #80B51E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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