Html Css Color HEX #80C003 Lima

📋 copy color: '#80C003'

red 128 ◦ green 192 ◦ blue 3

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

Shades of Lima #80C003

Tints of Lima #80C003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.93%

R = 39.63%
G = 59.44%
B = 0.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#80C003 (or 0x80C003) is known color: Lima. HEX triplet: 80, C0 and 03. RGB value is (128,192,3). Sum of RGB (Red+Green+Blue) = 128+192+3=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 192 (75.39% from 255 or 59.44% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 192 - color contains mainly: green. Hex color #80C003 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C003 is #7F3FFC. Grayscale: #989898. Windows color (decimal): -8339453 or 245888. OLE color: 245888.

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

Color convert

RGB 128 192 3 -
CMYK 0.33 0 0.98 0.25
HSL 80.32º 0.97% 0.38% -
HSV(B) 80.32º 0.98% 0.75% -
XYZ 27.77 42.3 6.79 -
YUV 151.32 44.3 111.37 -
System Red Green Blue C M Y K H S L
Decimal 128 192 3 0.33 0 0.98 0.25 80.32 0.97 0.38
Hex 80 C0 3 21 0 62 19 50 61 26
Octal 200 300 3 41 0 142 31 120 141 46
Binary 10000000 11000000 11 100001 0 1100010 11001 1010000 1100001 100110

Color Harmonies of #80C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80C003

Black with #80C003

Text Example


Text Example

White with #80C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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