Html Css Color HEX #80BB28 Lima

📋 copy color: '#80BB28'

red 128 ◦ green 187 ◦ blue 40

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

Shades of Lima #80BB28

Tints of Lima #80BB28

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.68%

 BLUE value IS 40 (16.02% from 255) = 11.27%

R = 36.06%
G = 52.68%
B = 11.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#80BB28 (or 0x80BB28) is known color: Lima. HEX triplet: 80, BB and 28. RGB value is (128,187,40). Sum of RGB (Red+Green+Blue) = 128+187+40=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BB28 is #7F44D7. Grayscale: #999999. Windows color (decimal): -8340696 or 2669440. OLE color: 2669440.

HSL color Cylindrical-coordinate representation of color #80BB28: hue angle of 84.08º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #80BB28 is Cyan = 0.32, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 40 -
CMYK 0.32 0 0.79 0.27
HSL 84.08º 0.65% 0.45% -
HSV(B) 84.08º 0.79% 0.73% -
XYZ 27.06 40.28 8.36 -
YUV 152.6 64.45 110.45 -
System Red Green Blue C M Y K H S L
Decimal 128 187 40 0.32 0 0.79 0.27 84.08 0.65 0.45
Hex 80 BB 28 20 0 4F 1B 54 41 2D
Octal 200 273 50 40 0 117 33 124 101 55
Binary 10000000 10111011 101000 100000 0 1001111 11011 1010100 1000001 101101

Color Harmonies of #80BB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB28

Black with #80BB28

Text Example


Text Example

White with #80BB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,40); }

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

background-color css

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

 a { background-color: rgb(128,187,40); }

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

border-color css

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

 span { border-color: rgb(128,187,40); }

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