Html Css Color HEX #80B02D Lima

📋 copy color: '#80B02D'

red 128 ◦ green 176 ◦ blue 45

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

Shades of Lima #80B02D

Tints of Lima #80B02D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.43%

 BLUE value IS 45 (17.97% from 255) = 12.89%

R = 36.68%
G = 50.43%
B = 12.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#80B02D (or 0x80B02D) is known color: Lima. HEX triplet: 80, B0 and 2D. RGB value is (128,176,45). Sum of RGB (Red+Green+Blue) = 128+176+45=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 176 (69.14% from 255 or 50.43% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 176 - color contains mainly: green. Hex color #80B02D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B02D is #7F4FD2. Grayscale: #939393. Windows color (decimal): -8343507 or 2994304. OLE color: 2994304.

HSL color Cylindrical-coordinate representation of color #80B02D: hue angle of 81.98º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B02D is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 176 45 -
CMYK 0.27 0 0.74 0.31
HSL 81.98º 0.59% 0.43% -
HSV(B) 81.98º 0.74% 0.69% -
XYZ 24.9 35.83 8.09 -
YUV 146.71 70.6 114.65 -
System Red Green Blue C M Y K H S L
Decimal 128 176 45 0.27 0 0.74 0.31 81.98 0.59 0.43
Hex 80 B0 2D 1B 0 4A 1F 52 3B 2B
Octal 200 260 55 33 0 112 37 122 73 53
Binary 10000000 10110000 101101 11011 0 1001010 11111 1010010 111011 101011

Color Harmonies of #80B02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B02D

Black with #80B02D

Text Example


Text Example

White with #80B02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,176,45); }

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

background-color css

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

 a { background-color: rgb(128,176,45); }

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

border-color css

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

 span { border-color: rgb(128,176,45); }

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