Html Css Color HEX #80C31E Lima

📋 copy color: '#80C31E'

red 128 ◦ green 195 ◦ blue 30

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

Shades of Lima #80C31E

Tints of Lima #80C31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.5%

R = 36.26%
G = 55.24%
B = 8.5%

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

#80C31E (or 0x80C31E) is known color: Lima. HEX triplet: 80, C3 and 1E. RGB value is (128,195,30). Sum of RGB (Red+Green+Blue) = 128+195+30=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 195 (76.56% from 255 or 55.24% from 353); Blue value is 30 (12.11% from 255 or 8.50% from 353); Max value from RGB is 195 - color contains mainly: green. Hex color #80C31E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C31E is #7F3CE1. Grayscale: #9C9C9C. Windows color (decimal): -8338658 or 2016128. OLE color: 2016128.

HSL color Cylindrical-coordinate representation of color #80C31E: hue angle of 84.36º degrees, saturation: 0.73, 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 #80C31E is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 128 195 30 -
CMYK 0.34 0 0.85 0.24
HSL 84.36º 0.73% 0.44% -
HSV(B) 84.36º 0.85% 0.76% -
XYZ 28.65 43.71 8.16 -
YUV 156.16 56.8 107.92 -
System Red Green Blue C M Y K H S L
Decimal 128 195 30 0.34 0 0.85 0.24 84.36 0.73 0.44
Hex 80 C3 1E 22 0 55 18 54 49 2C
Octal 200 303 36 42 0 125 30 124 111 54
Binary 10000000 11000011 11110 100010 0 1010101 11000 1010100 1001001 101100

Color Harmonies of #80C31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C31E

Black with #80C31E

Text Example


Text Example

White with #80C31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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