Html Css Color HEX #80BD2A Lima

📋 copy color: '#80BD2A'

red 128 ◦ green 189 ◦ blue 42

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

Shades of Lima #80BD2A

Tints of Lima #80BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.65%

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 35.65%
G = 52.65%
B = 11.7%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#80BD2A (or 0x80BD2A) is known color: Lima. HEX triplet: 80, BD and 2A. RGB value is (128,189,42). Sum of RGB (Red+Green+Blue) = 128+189+42=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD2A is #7F42D5. Grayscale: #9A9A9A. Windows color (decimal): -8340182 or 2801024. OLE color: 2801024.

HSL color Cylindrical-coordinate representation of color #80BD2A: hue angle of 84.9º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #80BD2A is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 189 42 -
CMYK 0.32 0 0.78 0.26
HSL 84.9º 0.64% 0.45% -
HSV(B) 84.9º 0.78% 0.74% -
XYZ 27.52 41.15 8.68 -
YUV 154 64.79 109.45 -
System Red Green Blue C M Y K H S L
Decimal 128 189 42 0.32 0 0.78 0.26 84.9 0.64 0.45
Hex 80 BD 2A 20 0 4E 1A 55 40 2D
Octal 200 275 52 40 0 116 32 125 100 55
Binary 10000000 10111101 101010 100000 0 1001110 11010 1010101 1000000 101101

Color Harmonies of #80BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD2A

Black with #80BD2A

Text Example


Text Example

White with #80BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,42); }

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

background-color css

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

 a { background-color: rgb(128,189,42); }

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

border-color css

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

 span { border-color: rgb(128,189,42); }

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