Html Css Color HEX #80CB13 Lima

📋 copy color: '#80CB13'

red 128 ◦ green 203 ◦ blue 19

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

Shades of Lima #80CB13

Tints of Lima #80CB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.43%

R = 36.57%
G = 58%
B = 5.43%

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

#80CB13 (or 0x80CB13) is known color: Lima. HEX triplet: 80, CB and 13. RGB value is (128,203,19). Sum of RGB (Red+Green+Blue) = 128+203+19=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 203 (79.69% from 255 or 58% from 350); Blue value is 19 (7.81% from 255 or 5.43% from 350); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB13 is #7F34EC. Grayscale: #A0A0A0. Windows color (decimal): -8336621 or 1297280. OLE color: 1297280.

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

Color convert

RGB 128 203 19 -
CMYK 0.37 0 0.91 0.20
HSL 84.46º 0.83% 0.44% -
HSV(B) 84.46º 0.91% 0.8% -
XYZ 30.38 47.35 8.15 -
YUV 159.6 48.65 105.46 -
System Red Green Blue C M Y K H S L
Decimal 128 203 19 0.37 0 0.91 0.20 84.46 0.83 0.44
Hex 80 CB 13 25 0 5B 14 54 53 2C
Octal 200 313 23 45 0 133 24 124 123 54
Binary 10000000 11001011 10011 100101 0 1011011 10100 1010100 1010011 101100

Color Harmonies of #80CB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB13

Black with #80CB13

Text Example


Text Example

White with #80CB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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