Html Css Color HEX #80CB19 Lima

📋 copy color: '#80CB19'

red 128 ◦ green 203 ◦ blue 25

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

Shades of Lima #80CB19

Tints of Lima #80CB19

RGB

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

 GREEN value IS 203 (79.69% from 255) = 57.02%

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

R = 35.96%
G = 57.02%
B = 7.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.20

RGB Variations

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

Color information

#80CB19 (or 0x80CB19) is known color: Lima. HEX triplet: 80, CB and 19. RGB value is (128,203,25). Sum of RGB (Red+Green+Blue) = 128+203+25=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 203 (79.69% from 255 or 57.02% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB19 is #7F34E6. Grayscale: #A0A0A0. Windows color (decimal): -8336615 or 1690496. OLE color: 1690496.

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

Color convert

RGB 128 203 25 -
CMYK 0.37 0 0.88 0.20
HSL 85.28º 0.78% 0.45% -
HSV(B) 85.28º 0.88% 0.8% -
XYZ 30.43 47.37 8.46 -
YUV 160.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 128 203 25 0.37 0 0.88 0.20 85.28 0.78 0.45
Hex 80 CB 19 25 0 58 14 55 4E 2D
Octal 200 313 31 45 0 130 24 125 116 55
Binary 10000000 11001011 11001 100101 0 1011000 10100 1010101 1001110 101101

Color Harmonies of #80CB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB19

Black with #80CB19

Text Example


Text Example

White with #80CB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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