Html Css Color HEX #80CB12 Lima

📋 copy color: '#80CB12'

red 128 ◦ green 203 ◦ blue 18

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

Shades of Lima #80CB12

Tints of Lima #80CB12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.16%

R = 36.68%
G = 58.17%
B = 5.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#80CB12 (or 0x80CB12) is known color: Lima. HEX triplet: 80, CB and 12. RGB value is (128,203,18). Sum of RGB (Red+Green+Blue) = 128+203+18=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB12 is #7F34ED. Grayscale: #A0A0A0. Windows color (decimal): -8336622 or 1231744. OLE color: 1231744.

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

Color convert

RGB 128 203 18 -
CMYK 0.37 0 0.91 0.20
HSL 84.32º 0.84% 0.43% -
HSV(B) 84.32º 0.91% 0.8% -
XYZ 30.37 47.34 8.11 -
YUV 159.49 48.15 105.54 -
System Red Green Blue C M Y K H S L
Decimal 128 203 18 0.37 0 0.91 0.20 84.32 0.84 0.43
Hex 80 CB 12 25 0 5B 14 54 54 2B
Octal 200 313 22 45 0 133 24 124 124 53
Binary 10000000 11001011 10010 100101 0 1011011 10100 1010100 1010100 101011

Color Harmonies of #80CB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB12

Black with #80CB12

Text Example


Text Example

White with #80CB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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