#81BC2E

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

Shades of Lima #81BC2E

Tints of Lima #81BC2E

Color information

#81BC2E (or 0x81BC2E) is unknown color: approx Lima. HEX triplet: 81, BC and 2E. RGB value is (129,188,46). Sum of RGB (Red+Green+Blue) = 129+188+46=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 46 (18.36% from 255 or 12.67% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC2E is #7E43D1. Grayscale: #9A9A9A. Windows color (decimal): -8274898 or 3062913. OLE color: 3062913.

HSL color Cylindrical-coordinate representation of color #81BC2E: hue angle of 84.93º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81BC2E is Cyan = 0.31, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB12918846-
CMYK0.3100.760.26
HSL84.93º60.68%45.88%-
HSV(B)84.93º75.53%73.73%-
XYZ27.5340.839.01-
YUV154.1766.95110.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 188 (73.83% from 255) = 51.79%
BLUE value IS 46 (18.36% from 255) = 12.67%
R=35.54%
G=51.79%
B=12.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129188460.3100.760.2684.9360.6845.88
Hex81BC2E1F04C1A553d2e
Octal20127456370114321257556
Binary10000001101111001011101111101001100110101010101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81BC2E; }

 p { color: rgb(129,188,46); }

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

<style>
 a { background-color: #81BC2E; }

 a { background-color: rgb(129,188,46); }

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

<style>
 span { border-color: #81BC2E; }

 span { border-color: rgb(129,188,46); }

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