#81B30F

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

Shades of Lima #81B30F

Tints of Lima #81B30F

Color information

#81B30F (or 0x81B30F) is unknown color: approx Lima. HEX triplet: 81, B3 and 0F. RGB value is (129,179,15). Sum of RGB (Red+Green+Blue) = 129+179+15=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 15 (6.25% from 255 or 4.64% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #81B30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81B30F is #7E4CF0. Grayscale: #919191. Windows color (decimal): -8277233 or 1028993. OLE color: 1028993.

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

Color convert

RGB12917915-
CMYK0.2800.920.30
HSL78.29º84.54%38.04%-
HSV(B)78.29º91.62%70.2%-
XYZ25.2636.946.25-
YUV145.3554.44116.34-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.94%
GREEN value IS 179 (70.31% from 255) = 55.42%
BLUE value IS 15 (6.25% from 255) = 4.64%
R=39.94%
G=55.42%
B=4.64%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal129179150.2800.920.3078.2984.5438.04
Hex81B3F1C05C1E4e5526
Octal201263173401343611612546
Binary1000000110110011111111100010111001111010011101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81B30F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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