Html Css Color HEX #80CE17 Lima

📋 copy color: '#80CE17'

red 128 ◦ green 206 ◦ blue 23

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

Shades of Lima #80CE17

Tints of Lima #80CE17

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

 BLUE value IS 23 (9.38% from 255) = 6.44%

R = 35.85%
G = 57.7%
B = 6.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#80CE17 (or 0x80CE17) is known color: Lima. HEX triplet: 80, CE and 17. RGB value is (128,206,23). Sum of RGB (Red+Green+Blue) = 128+206+23=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE17 is #7F31E8. Grayscale: #A2A2A2. Windows color (decimal): -8335849 or 1560192. OLE color: 1560192.

HSL color Cylindrical-coordinate representation of color #80CE17: hue angle of 85.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80CE17 is Cyan = 0.38, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 23 -
CMYK 0.38 0 0.89 0.19
HSL 85.57º 0.8% 0.45% -
HSV(B) 85.57º 0.89% 0.81% -
XYZ 31.13 48.79 8.59 -
YUV 161.82 49.66 103.88 -
System Red Green Blue C M Y K H S L
Decimal 128 206 23 0.38 0 0.89 0.19 85.57 0.8 0.45
Hex 80 CE 17 26 0 59 13 56 50 2D
Octal 200 316 27 46 0 131 23 126 120 55
Binary 10000000 11001110 10111 100110 0 1011001 10011 1010110 1010000 101101

Color Harmonies of #80CE17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE17

Black with #80CE17

Text Example


Text Example

White with #80CE17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,206,23); }

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

background-color css

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

 a { background-color: rgb(128,206,23); }

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

border-color css

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

 span { border-color: rgb(128,206,23); }

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