#81BC1E

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

Shades of Lima #81BC1E

Tints of Lima #81BC1E

Color information

#81BC1E (or 0x81BC1E) is unknown color: approx Lima. HEX triplet: 81, BC and 1E. RGB value is (129,188,30). Sum of RGB (Red+Green+Blue) = 129+188+30=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 188 (73.83% from 255 or 54.18% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 188 - color contains mainly: green. Hex color #81BC1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BC1E is #7E43E1. Grayscale: #989898. Windows color (decimal): -8274914 or 2014337. OLE color: 2014337.

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

Color convert

RGB12918830-
CMYK0.3100.840.26
HSL82.41º72.48%42.75%-
HSV(B)82.41º84.04%73.73%-
XYZ27.2740.737.65-
YUV152.3558.95111.35-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 188 (73.83% from 255) = 54.18%
BLUE value IS 30 (12.11% from 255) = 8.65%
R=37.18%
G=54.18%
B=8.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129188300.3100.840.2682.4172.4842.75
Hex81BC1E1F0541A52482b
Octal201274363701243212211053
Binary10000001101111001111011111010101001101010100101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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