Html Css Color HEX #80CE1B Lima

📋 copy color: '#80CE1B'

red 128 ◦ green 206 ◦ blue 27

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

Shades of Lima #80CE1B

Tints of Lima #80CE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.48%

R = 35.46%
G = 57.06%
B = 7.48%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#80CE1B (or 0x80CE1B) is known color: Lima. HEX triplet: 80, CE and 1B. RGB value is (128,206,27). Sum of RGB (Red+Green+Blue) = 128+206+27=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CE1B is #7F31E4. Grayscale: #A2A2A2. Windows color (decimal): -8335845 or 1822336. OLE color: 1822336.

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

Color convert

RGB 128 206 27 -
CMYK 0.38 0 0.87 0.19
HSL 86.15º 0.77% 0.46% -
HSV(B) 86.15º 0.87% 0.81% -
XYZ 31.17 48.81 8.82 -
YUV 162.27 51.66 103.55 -
System Red Green Blue C M Y K H S L
Decimal 128 206 27 0.38 0 0.87 0.19 86.15 0.77 0.46
Hex 80 CE 1B 26 0 57 13 56 4D 2E
Octal 200 316 33 46 0 127 23 126 115 56
Binary 10000000 11001110 11011 100110 0 1010111 10011 1010110 1001101 101110

Color Harmonies of #80CE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE1B

Black with #80CE1B

Text Example


Text Example

White with #80CE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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