Html Css Color HEX #81C81B Lima

📋 copy color: '#81C81B'

red 129 ◦ green 200 ◦ blue 27

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

Shades of Lima #81C81B

Tints of Lima #81C81B

RGB

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

 GREEN value IS 200 (78.52% from 255) = 56.18%

 BLUE value IS 27 (10.94% from 255) = 7.58%

R = 36.24%
G = 56.18%
B = 7.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#81C81B (or 0x81C81B) is known color: Lima. HEX triplet: 81, C8 and 1B. RGB value is (129,200,27). Sum of RGB (Red+Green+Blue) = 129+200+27=356 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.24% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 27 (10.94% from 255 or 7.58% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #81C81B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C81B is #7E37E4. Grayscale: #9F9F9F. Windows color (decimal): -8271845 or 1820801. OLE color: 1820801.

HSL color Cylindrical-coordinate representation of color #81C81B: hue angle of 84.62º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #81C81B is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 129 200 27 -
CMYK 0.36 0 0.86 0.22
HSL 84.62º 0.76% 0.45% -
HSV(B) 84.62º 0.87% 0.78% -
XYZ 29.91 46.05 8.35 -
YUV 159.05 53.48 106.57 -
System Red Green Blue C M Y K H S L
Decimal 129 200 27 0.36 0 0.86 0.22 84.62 0.76 0.45
Hex 81 C8 1B 24 0 56 16 55 4C 2D
Octal 201 310 33 44 0 126 26 125 114 55
Binary 10000001 11001000 11011 100100 0 1010110 10110 1010101 1001100 101101

Color Harmonies of #81C81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81C81B

Black with #81C81B

Text Example


Text Example

White with #81C81B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,200,27); }

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

background-color css

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

 a { background-color: rgb(129,200,27); }

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

border-color css

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

 span { border-color: rgb(129,200,27); }

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