Html Css Color HEX #80C02D Lima

📋 copy color: '#80C02D'

red 128 ◦ green 192 ◦ blue 45

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

Shades of Lima #80C02D

Tints of Lima #80C02D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.33%

R = 35.07%
G = 52.6%
B = 12.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#80C02D (or 0x80C02D) is known color: Lima. HEX triplet: 80, C0 and 2D. RGB value is (128,192,45). Sum of RGB (Red+Green+Blue) = 128+192+45=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 45 (17.97% from 255 or 12.33% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #80C02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80C02D is #7F3FD2. Grayscale: #9C9C9C. Windows color (decimal): -8339411 or 2998400. OLE color: 2998400.

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

Color convert

RGB 128 192 45 -
CMYK 0.33 0 0.77 0.25
HSL 86.12º 0.62% 0.46% -
HSV(B) 86.12º 0.77% 0.75% -
XYZ 28.23 42.48 9.19 -
YUV 156.11 65.3 107.95 -
System Red Green Blue C M Y K H S L
Decimal 128 192 45 0.33 0 0.77 0.25 86.12 0.62 0.46
Hex 80 C0 2D 21 0 4D 19 56 3E 2E
Octal 200 300 55 41 0 115 31 126 76 56
Binary 10000000 11000000 101101 100001 0 1001101 11001 1010110 111110 101110

Color Harmonies of #80C02D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C02D

Black with #80C02D

Text Example


Text Example

White with #80C02D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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