Html Css Color HEX #80C231 Lima

📋 copy color: '#80C231'

red 128 ◦ green 194 ◦ blue 49

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

Shades of Lima #80C231

Tints of Lima #80C231

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.29%

 BLUE value IS 49 (19.53% from 255) = 13.21%

R = 34.5%
G = 52.29%
B = 13.21%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#80C231 (or 0x80C231) is known color: Lima. HEX triplet: 80, C2 and 31. RGB value is (128,194,49). Sum of RGB (Red+Green+Blue) = 128+194+49=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 49 (19.53% from 255 or 13.21% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #80C231 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C231 is #7F3DCE. Grayscale: #9E9E9E. Windows color (decimal): -8338895 or 3261056. OLE color: 3261056.

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

Color convert

RGB 128 194 49 -
CMYK 0.34 0 0.75 0.24
HSL 87.31º 0.6% 0.48% -
HSV(B) 87.31º 0.75% 0.76% -
XYZ 28.75 43.39 9.77 -
YUV 157.74 66.63 106.79 -
System Red Green Blue C M Y K H S L
Decimal 128 194 49 0.34 0 0.75 0.24 87.31 0.6 0.48
Hex 80 C2 31 22 0 4B 18 57 3C 30
Octal 200 302 61 42 0 113 30 127 74 60
Binary 10000000 11000010 110001 100010 0 1001011 11000 1010111 111100 110000

Color Harmonies of #80C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C231

Black with #80C231

Text Example


Text Example

White with #80C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,194,49); }

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

background-color css

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

 a { background-color: rgb(128,194,49); }

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

border-color css

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

 span { border-color: rgb(128,194,49); }

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