#81B30B

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

Shades of Lima #81B30B

Tints of Lima #81B30B

Color information

#81B30B (or 0x81B30B) is unknown color: approx Lima. HEX triplet: 81, B3 and 0B. RGB value is (129,179,11). Sum of RGB (Red+Green+Blue) = 129+179+11=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 11 (4.69% from 255 or 3.45% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #81B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B30B is #7E4CF4. Grayscale: #919191. Windows color (decimal): -8277237 or 766849. OLE color: 766849.

HSL color Cylindrical-coordinate representation of color #81B30B: hue angle of 77.86º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #81B30B is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB12917911-
CMYK0.2800.940.30
HSL77.86º88.42%37.25%-
HSV(B)77.86º93.85%70.2%-
XYZ25.2336.936.12-
YUV144.952.44116.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 179 (70.31% from 255) = 56.11%
BLUE value IS 11 (4.69% from 255) = 3.45%
R=40.44%
G=56.11%
B=3.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129179110.2800.940.3077.8688.4237.25
Hex81B3B1C05E1E4e5825
Octal201263133401363611613045
Binary1000000110110011101111100010111101111010011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,179,11); }

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

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

 a { background-color: rgb(129,179,11); }

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

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

 span { border-color: rgb(129,179,11); }

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