Html Css Color HEX #80BD1C Lima

📋 copy color: '#80BD1C'

red 128 ◦ green 189 ◦ blue 28

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

Shades of Lima #80BD1C

Tints of Lima #80BD1C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.78%

 BLUE value IS 28 (11.33% from 255) = 8.12%

R = 37.1%
G = 54.78%
B = 8.12%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#80BD1C (or 0x80BD1C) is known color: Lima. HEX triplet: 80, BD and 1C. RGB value is (128,189,28). Sum of RGB (Red+Green+Blue) = 128+189+28=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 189 (74.22% from 255 or 54.78% from 345); Blue value is 28 (11.33% from 255 or 8.12% from 345); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BD1C is #7F42E3. Grayscale: #989898. Windows color (decimal): -8340196 or 1883520. OLE color: 1883520.

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

Color convert

RGB 128 189 28 -
CMYK 0.32 0 0.85 0.26
HSL 82.73º 0.74% 0.43% -
HSV(B) 82.73º 0.85% 0.74% -
XYZ 27.31 41.07 7.59 -
YUV 152.41 57.79 110.59 -
System Red Green Blue C M Y K H S L
Decimal 128 189 28 0.32 0 0.85 0.26 82.73 0.74 0.43
Hex 80 BD 1C 20 0 55 1A 53 4A 2B
Octal 200 275 34 40 0 125 32 123 112 53
Binary 10000000 10111101 11100 100000 0 1010101 11010 1010011 1001010 101011

Color Harmonies of #80BD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD1C

Black with #80BD1C

Text Example


Text Example

White with #80BD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,28); }

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

background-color css

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

 a { background-color: rgb(128,189,28); }

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

border-color css

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

 span { border-color: rgb(128,189,28); }

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