Html Css Color HEX #80CE19 Lima

📋 copy color: '#80CE19'

red 128 ◦ green 206 ◦ blue 25

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

Shades of Lima #80CE19

Tints of Lima #80CE19

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.38%

 BLUE value IS 25 (10.16% from 255) = 6.96%

R = 35.65%
G = 57.38%
B = 6.96%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#80CE19 (or 0x80CE19) is known color: Lima. HEX triplet: 80, CE and 19. RGB value is (128,206,25). Sum of RGB (Red+Green+Blue) = 128+206+25=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 206 (80.86% from 255 or 57.38% from 359); Blue value is 25 (10.16% from 255 or 6.96% from 359); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE19 is #7F31E6. Grayscale: #A2A2A2. Windows color (decimal): -8335847 or 1691264. OLE color: 1691264.

HSL color Cylindrical-coordinate representation of color #80CE19: hue angle of 85.86º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80CE19 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 25 -
CMYK 0.38 0 0.88 0.19
HSL 85.86º 0.78% 0.45% -
HSV(B) 85.86º 0.88% 0.81% -
XYZ 31.15 48.8 8.7 -
YUV 162.04 50.66 103.72 -
System Red Green Blue C M Y K H S L
Decimal 128 206 25 0.38 0 0.88 0.19 85.86 0.78 0.45
Hex 80 CE 19 26 0 58 13 56 4E 2D
Octal 200 316 31 46 0 130 23 126 116 55
Binary 10000000 11001110 11001 100110 0 1011000 10011 1010110 1001110 101101

Color Harmonies of #80CE19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE19

Black with #80CE19

Text Example


Text Example

White with #80CE19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,25); }

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

background-color css

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

 a { background-color: rgb(128,206,25); }

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

border-color css

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

 span { border-color: rgb(128,206,25); }

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