Html Css Color HEX #80C02F Lima

📋 copy color: '#80C02F'

red 128 ◦ green 192 ◦ blue 47

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

Shades of Lima #80C02F

Tints of Lima #80C02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.32%

 BLUE value IS 47 (18.75% from 255) = 12.81%

R = 34.88%
G = 52.32%
B = 12.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#80C02F (or 0x80C02F) is known color: Lima. HEX triplet: 80, C0 and 2F. RGB value is (128,192,47). Sum of RGB (Red+Green+Blue) = 128+192+47=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 192 (75.39% from 255 or 52.32% from 367); Blue value is 47 (18.75% from 255 or 12.81% from 367); Max value from RGB is 192 - color contains mainly: green. Hex color #80C02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C02F is #7F3FD0. Grayscale: #9C9C9C. Windows color (decimal): -8339409 or 3129472. OLE color: 3129472.

HSL color Cylindrical-coordinate representation of color #80C02F: hue angle of 86.48º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80C02F is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 192 47 -
CMYK 0.33 0 0.76 0.25
HSL 86.48º 0.61% 0.47% -
HSV(B) 86.48º 0.76% 0.75% -
XYZ 28.26 42.49 9.4 -
YUV 156.33 66.3 107.79 -
System Red Green Blue C M Y K H S L
Decimal 128 192 47 0.33 0 0.76 0.25 86.48 0.61 0.47
Hex 80 C0 2F 21 0 4C 19 56 3D 2F
Octal 200 300 57 41 0 114 31 126 75 57
Binary 10000000 11000000 101111 100001 0 1001100 11001 1010110 111101 101111

Color Harmonies of #80C02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C02F

Black with #80C02F

Text Example


Text Example

White with #80C02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,192,47); }

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

background-color css

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

 a { background-color: rgb(128,192,47); }

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

border-color css

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

 span { border-color: rgb(128,192,47); }

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