Html Css Color HEX #81B203 Lima

📋 copy color: '#81B203'

red 129 ◦ green 178 ◦ blue 3

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

Shades of Lima #81B203

Tints of Lima #81B203

RGB

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

 GREEN value IS 178 (69.92% from 255) = 57.42%

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 41.61%
G = 57.42%
B = 0.97%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#81B203 (or 0x81B203) is known color: Lima. HEX triplet: 81, B2 and 03. RGB value is (129,178,3). Sum of RGB (Red+Green+Blue) = 129+178+3=310 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.61% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #81B203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81B203 is #7E4DFC. Grayscale: #909090. Windows color (decimal): -8277501 or 242305. OLE color: 242305.

HSL color Cylindrical-coordinate representation of color #81B203: hue angle of 76.8º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #81B203 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.

Color convert

RGB 129 178 3 -
CMYK 0.28 0 0.98 0.30
HSL 76.8º 0.97% 0.35% -
HSV(B) 76.8º 0.98% 0.7% -
XYZ 24.99 36.51 5.82 -
YUV 143.4 48.77 117.73 -
System Red Green Blue C M Y K H S L
Decimal 129 178 3 0.28 0 0.98 0.30 76.8 0.97 0.35
Hex 81 B2 3 1C 0 62 1E 4D 61 23
Octal 201 262 3 34 0 142 36 115 141 43
Binary 10000001 10110010 11 11100 0 1100010 11110 1001101 1100001 100011

Color Harmonies of #81B203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B203

Black with #81B203

Text Example


Text Example

White with #81B203

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,178,3); }

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

background-color css

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

 a { background-color: rgb(129,178,3); }

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

border-color css

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

 span { border-color: rgb(129,178,3); }

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