#80bf2d

Color #80BF2D Lima (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lima #80BF2D

Tints of Lima #80BF2D

Color information

#80BF2D (or 0x80BF2D) is unknown color: approx Lima. HEX triplet: 80, BF and 2D. RGB value is (128,191,45). Sum of RGB (Red+Green+Blue) = 128+191+45=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 45 (17.97% from 255 or 12.36% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80BF2D is #7F40D2. Grayscale: #9C9C9C. Windows color (decimal): -8339667 or 2998144. OLE color: 2998144.

HSL color Cylindrical-coordinate representation of color #80BF2D: hue angle of 85.89º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #80BF2D is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB12819145-
CMYK0.3300.760.25
HSL85.89º61.86%46.27%-
HSV(B)85.89º76.44%74.9%-
XYZ28.0142.049.12-
YUV155.5265.63108.37-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 191 (75% from 255) = 52.47%
BLUE value IS 45 (17.97% from 255) = 12.36%
R=35.16%
G=52.47%
B=12.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal128191450.3300.760.2585.8961.8646.27
Hex80BF2D2104C19563e2e
Octal20027755410114311267656
Binary100000001011111110110110000101001100110011010110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80bf2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,191,45); }

 H1.HeaderClassName
 {
   color: #80bf2d;
 }
 .AnyTagClassName
 {
   color: #80bf2d;
 }
</style>
background-color css

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

 a { background-color: rgb(128,191,45); }

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

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

 span { border-color: rgb(128,191,45); }

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