Html Css Color HEX #80BC33 Lima

📋 copy color: '#80BC33'

red 128 ◦ green 188 ◦ blue 51

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

Shades of Lima #80BC33

Tints of Lima #80BC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.9%

R = 34.88%
G = 51.23%
B = 13.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.73

 K value IS 0.26

RGB Variations

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

Color information

#80BC33 (or 0x80BC33) is known color: Lima. HEX triplet: 80, BC and 33. RGB value is (128,188,51). Sum of RGB (Red+Green+Blue) = 128+188+51=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BC33 is #7F43CC. Grayscale: #9A9A9A. Windows color (decimal): -8340429 or 3390592. OLE color: 3390592.

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

Color convert

RGB 128 188 51 -
CMYK 0.32 0 0.73 0.26
HSL 86.28º 0.57% 0.47% -
HSV(B) 86.28º 0.73% 0.74% -
XYZ 27.48 40.79 9.56 -
YUV 154.44 69.62 109.14 -
System Red Green Blue C M Y K H S L
Decimal 128 188 51 0.32 0 0.73 0.26 86.28 0.57 0.47
Hex 80 BC 33 20 0 49 1A 56 39 2F
Octal 200 274 63 40 0 111 32 126 71 57
Binary 10000000 10111100 110011 100000 0 1001001 11010 1010110 111001 101111

Color Harmonies of #80BC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC33

Black with #80BC33

Text Example


Text Example

White with #80BC33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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