Html Css Color HEX #80C31D Lima

📋 copy color: '#80C31D'

red 128 ◦ green 195 ◦ blue 29

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

Shades of Lima #80C31D

Tints of Lima #80C31D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

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

R = 36.36%
G = 55.4%
B = 8.24%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#80C31D (or 0x80C31D) is known color: Lima. HEX triplet: 80, C3 and 1D. RGB value is (128,195,29). Sum of RGB (Red+Green+Blue) = 128+195+29=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #80C31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C31D is #7F3CE2. Grayscale: #9C9C9C. Windows color (decimal): -8338659 or 1950592. OLE color: 1950592.

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

Color convert

RGB 128 195 29 -
CMYK 0.34 0 0.85 0.24
HSL 84.22º 0.74% 0.44% -
HSV(B) 84.22º 0.85% 0.76% -
XYZ 28.64 43.71 8.09 -
YUV 156.04 56.3 108 -
System Red Green Blue C M Y K H S L
Decimal 128 195 29 0.34 0 0.85 0.24 84.22 0.74 0.44
Hex 80 C3 1D 22 0 55 18 54 4A 2C
Octal 200 303 35 42 0 125 30 124 112 54
Binary 10000000 11000011 11101 100010 0 1010101 11000 1010100 1001010 101100

Color Harmonies of #80C31D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C31D

Black with #80C31D

Text Example


Text Example

White with #80C31D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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