Html Css Color HEX #81BB2A Lima

📋 copy color: '#81BB2A'

red 129 ◦ green 187 ◦ blue 42

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

Shades of Lima #81BB2A

Tints of Lima #81BB2A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.23%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 36.03%
G = 52.23%
B = 11.73%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#81BB2A (or 0x81BB2A) is known color: Lima. HEX triplet: 81, BB and 2A. RGB value is (129,187,42). Sum of RGB (Red+Green+Blue) = 129+187+42=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 187 (73.44% from 255 or 52.23% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 187 - color contains mainly: green. Hex color #81BB2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BB2A is #7E44D5. Grayscale: #999999. Windows color (decimal): -8275158 or 2800513. OLE color: 2800513.

HSL color Cylindrical-coordinate representation of color #81BB2A: hue angle of 84º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81BB2A is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 129 187 42 -
CMYK 0.31 0 0.78 0.27
HSL 84º 0.63% 0.45% -
HSV(B) 84º 0.78% 0.73% -
XYZ 27.24 40.37 8.55 -
YUV 153.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 129 187 42 0.31 0 0.78 0.27 84 0.63 0.45
Hex 81 BB 2A 1F 0 4E 1B 54 3F 2D
Octal 201 273 52 37 0 116 33 124 77 55
Binary 10000001 10111011 101010 11111 0 1001110 11011 1010100 111111 101101

Color Harmonies of #81BB2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BB2A

Black with #81BB2A

Text Example


Text Example

White with #81BB2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,187,42); }

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

background-color css

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

 a { background-color: rgb(129,187,42); }

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

border-color css

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

 span { border-color: rgb(129,187,42); }

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