#81BE30

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

Shades of Lima #81BE30

Tints of Lima #81BE30

Color information

#81BE30 (or 0x81BE30) is unknown color: approx Lima. HEX triplet: 81, BE and 30. RGB value is (129,190,48). Sum of RGB (Red+Green+Blue) = 129+190+48=367 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.15% from 367); Green value is 190 (74.61% from 255 or 51.77% from 367); Blue value is 48 (19.14% from 255 or 13.08% from 367); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE30 is #7E41CF. Grayscale: #9C9C9C. Windows color (decimal): -8274384 or 3194497. OLE color: 3194497.

HSL color Cylindrical-coordinate representation of color #81BE30: hue angle of 85.77º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #81BE30 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB12919048-
CMYK0.3200.750.25
HSL85.77º59.66%46.67%-
HSV(B)85.77º74.74%74.51%-
XYZ2841.719.37-
YUV155.5767.29109.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.15%
GREEN value IS 190 (74.61% from 255) = 51.77%
BLUE value IS 48 (19.14% from 255) = 13.08%
R=35.15%
G=51.77%
B=13.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal129190480.3200.750.2585.7759.6646.67
Hex81BE302004B19563c2f
Octal20127660400113311267457
Binary100000011011111011000010000001001011110011010110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81BE30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,190,48); }

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

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

 a { background-color: rgb(129,190,48); }

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

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

 span { border-color: rgb(129,190,48); }

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