Html Css Color HEX #80C41D Lima

📋 copy color: '#80C41D'

red 128 ◦ green 196 ◦ blue 29

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

Shades of Lima #80C41D

Tints of Lima #80C41D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 55.52%

 BLUE value IS 29 (11.72% from 255) = 8.22%

R = 36.26%
G = 55.52%
B = 8.22%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#80C41D (or 0x80C41D) is known color: Lima. HEX triplet: 80, C4 and 1D. RGB value is (128,196,29). Sum of RGB (Red+Green+Blue) = 128+196+29=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 29 (11.72% from 255 or 8.22% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #80C41D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C41D is #7F3BE2. Grayscale: #9D9D9D. Windows color (decimal): -8338403 or 1950848. OLE color: 1950848.

HSL color Cylindrical-coordinate representation of color #80C41D: hue angle of 84.43º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #80C41D is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 128 196 29 -
CMYK 0.35 0 0.85 0.23
HSL 84.43º 0.74% 0.44% -
HSV(B) 84.43º 0.85% 0.77% -
XYZ 28.86 44.16 8.16 -
YUV 156.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 128 196 29 0.35 0 0.85 0.23 84.43 0.74 0.44
Hex 80 C4 1D 23 0 55 17 54 4A 2C
Octal 200 304 35 43 0 125 27 124 112 54
Binary 10000000 11000100 11101 100011 0 1010101 10111 1010100 1001010 101100

Color Harmonies of #80C41D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C41D

Black with #80C41D

Text Example


Text Example

White with #80C41D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,196,29); }

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

background-color css

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

 a { background-color: rgb(128,196,29); }

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

border-color css

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

 span { border-color: rgb(128,196,29); }

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