Html Css Color HEX #80BC28 Lima

📋 copy color: '#80BC28'

red 128 ◦ green 188 ◦ blue 40

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

Shades of Lima #80BC28

Tints of Lima #80BC28

RGB

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

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

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

R = 35.96%
G = 52.81%
B = 11.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#80BC28 (or 0x80BC28) is known color: Lima. HEX triplet: 80, BC and 28. RGB value is (128,188,40). Sum of RGB (Red+Green+Blue) = 128+188+40=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 188 (73.83% from 255 or 52.81% from 356); Blue value is 40 (16.02% from 255 or 11.24% from 356); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC28 is #7F43D7. Grayscale: #999999. Windows color (decimal): -8340440 or 2669696. OLE color: 2669696.

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

Color convert

RGB 128 188 40 -
CMYK 0.32 0 0.79 0.26
HSL 84.32º 0.65% 0.45% -
HSV(B) 84.32º 0.79% 0.74% -
XYZ 27.27 40.71 8.43 -
YUV 153.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 128 188 40 0.32 0 0.79 0.26 84.32 0.65 0.45
Hex 80 BC 28 20 0 4F 1A 54 41 2D
Octal 200 274 50 40 0 117 32 124 101 55
Binary 10000000 10111100 101000 100000 0 1001111 11010 1010100 1000001 101101

Color Harmonies of #80BC28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC28

Black with #80BC28

Text Example


Text Example

White with #80BC28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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