Html Css Color HEX #80BD24 Lima

📋 copy color: '#80BD24'

red 128 ◦ green 189 ◦ blue 36

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

Shades of Lima #80BD24

Tints of Lima #80BD24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.2%

R = 36.26%
G = 53.54%
B = 10.2%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#80BD24 (or 0x80BD24) is known color: Lima. HEX triplet: 80, BD and 24. RGB value is (128,189,36). Sum of RGB (Red+Green+Blue) = 128+189+36=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD24 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD24 is #7F42DB. Grayscale: #999999. Windows color (decimal): -8340188 or 2407808. OLE color: 2407808.

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

Color convert

RGB 128 189 36 -
CMYK 0.32 0 0.81 0.26
HSL 83.92º 0.68% 0.44% -
HSV(B) 83.92º 0.81% 0.74% -
XYZ 27.42 41.11 8.16 -
YUV 153.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 128 189 36 0.32 0 0.81 0.26 83.92 0.68 0.44
Hex 80 BD 24 20 0 51 1A 54 44 2C
Octal 200 275 44 40 0 121 32 124 104 54
Binary 10000000 10111101 100100 100000 0 1010001 11010 1010100 1000100 101100

Color Harmonies of #80BD24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD24

Black with #80BD24

Text Example


Text Example

White with #80BD24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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