Html Css Color HEX #80CB18 Lima

📋 copy color: '#80CB18'

red 128 ◦ green 203 ◦ blue 24

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

Shades of Lima #80CB18

Tints of Lima #80CB18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.76%

R = 36.06%
G = 57.18%
B = 6.76%

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

#80CB18 (or 0x80CB18) is known color: Lima. HEX triplet: 80, CB and 18. RGB value is (128,203,24). Sum of RGB (Red+Green+Blue) = 128+203+24=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 203 (79.69% from 255 or 57.18% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB18 is #7F34E7. Grayscale: #A0A0A0. Windows color (decimal): -8336616 or 1624960. OLE color: 1624960.

HSL color Cylindrical-coordinate representation of color #80CB18: hue angle of 85.14º degrees, saturation: 0.79, 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 #80CB18 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 203 24 -
CMYK 0.37 0 0.88 0.20
HSL 85.14º 0.79% 0.45% -
HSV(B) 85.14º 0.88% 0.8% -
XYZ 30.42 47.37 8.4 -
YUV 160.17 51.15 105.05 -
System Red Green Blue C M Y K H S L
Decimal 128 203 24 0.37 0 0.88 0.20 85.14 0.79 0.45
Hex 80 CB 18 25 0 58 14 55 4F 2D
Octal 200 313 30 45 0 130 24 125 117 55
Binary 10000000 11001011 11000 100101 0 1011000 10100 1010101 1001111 101101

Color Harmonies of #80CB18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB18

Black with #80CB18

Text Example


Text Example

White with #80CB18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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