Html Css Color HEX #81BE2E Lima

📋 copy color: '#81BE2E'

red 129 ◦ green 190 ◦ blue 46

#81BE2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lima #81BE2E

Tints of Lima #81BE2E

RGB

 RED value IS 129 (50.78% from 255) = 35.34%

 GREEN value IS 190 (74.61% from 255) = 52.05%

 BLUE value IS 46 (18.36% from 255) = 12.6%

R = 35.34%
G = 52.05%
B = 12.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#81BE2E (or 0x81BE2E) is known color: Lima. HEX triplet: 81, BE and 2E. RGB value is (129,190,46). Sum of RGB (Red+Green+Blue) = 129+190+46=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 190 (74.61% from 255 or 52.05% from 365); Blue value is 46 (18.36% from 255 or 12.60% from 365); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE2E is #7E41D1. Grayscale: #9B9B9B. Windows color (decimal): -8274386 or 3063425. OLE color: 3063425.

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

Color convert

RGB 129 190 46 -
CMYK 0.32 0 0.76 0.25
HSL 85.42º 0.61% 0.46% -
HSV(B) 85.42º 0.76% 0.75% -
XYZ 27.96 41.69 9.16 -
YUV 155.35 66.29 109.21 -
System Red Green Blue C M Y K H S L
Decimal 129 190 46 0.32 0 0.76 0.25 85.42 0.61 0.46
Hex 81 BE 2E 20 0 4C 19 55 3D 2E
Octal 201 276 56 40 0 114 31 125 75 56
Binary 10000001 10111110 101110 100000 0 1001100 11001 1010101 111101 101110

Color Harmonies of #81BE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BE2E

Black with #81BE2E

Text Example


Text Example

White with #81BE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81BE2E;
 }
 .AnyTagClassName
 {
   color: #81BE2E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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