Html Css Color HEX #80CB21 Lima

📋 copy color: '#80CB21'

red 128 ◦ green 203 ◦ blue 33

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

Shades of Lima #80CB21

Tints of Lima #80CB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.07%

R = 35.16%
G = 55.77%
B = 9.07%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#80CB21 (or 0x80CB21) is known color: Lima. HEX triplet: 80, CB and 21. RGB value is (128,203,33). Sum of RGB (Red+Green+Blue) = 128+203+33=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB21 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB21 is #7F34DE. Grayscale: #A1A1A1. Windows color (decimal): -8336607 or 2214784. OLE color: 2214784.

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

Color convert

RGB 128 203 33 -
CMYK 0.37 0 0.84 0.20
HSL 86.47º 0.72% 0.46% -
HSV(B) 86.47º 0.84% 0.8% -
XYZ 30.53 47.41 8.98 -
YUV 161.2 55.65 104.32 -
System Red Green Blue C M Y K H S L
Decimal 128 203 33 0.37 0 0.84 0.20 86.47 0.72 0.46
Hex 80 CB 21 25 0 54 14 56 48 2E
Octal 200 313 41 45 0 124 24 126 110 56
Binary 10000000 11001011 100001 100101 0 1010100 10100 1010110 1001000 101110

Color Harmonies of #80CB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB21

Black with #80CB21

Text Example


Text Example

White with #80CB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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