Html Css Color HEX #80BC1E Lima

📋 copy color: '#80BC1E'

red 128 ◦ green 188 ◦ blue 30

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

Shades of Lima #80BC1E

Tints of Lima #80BC1E

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.34%

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 36.99%
G = 54.34%
B = 8.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#80BC1E (or 0x80BC1E) is known color: Lima. HEX triplet: 80, BC and 1E. RGB value is (128,188,30). Sum of RGB (Red+Green+Blue) = 128+188+30=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC1E is #7F43E1. Grayscale: #989898. Windows color (decimal): -8340450 or 2014336. OLE color: 2014336.

HSL color Cylindrical-coordinate representation of color #80BC1E: hue angle of 82.78º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80BC1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 30 -
CMYK 0.32 0 0.84 0.26
HSL 82.78º 0.72% 0.43% -
HSV(B) 82.78º 0.84% 0.74% -
XYZ 27.12 40.65 7.65 -
YUV 152.05 59.12 110.85 -
System Red Green Blue C M Y K H S L
Decimal 128 188 30 0.32 0 0.84 0.26 82.78 0.72 0.43
Hex 80 BC 1E 20 0 54 1A 53 48 2B
Octal 200 274 36 40 0 124 32 123 110 53
Binary 10000000 10111100 11110 100000 0 1010100 11010 1010011 1001000 101011

Color Harmonies of #80BC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC1E

Black with #80BC1E

Text Example


Text Example

White with #80BC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,30); }

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

background-color css

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

 a { background-color: rgb(128,188,30); }

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

border-color css

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

 span { border-color: rgb(128,188,30); }

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