Html Css Color HEX #81B02E Limerick

📋 copy color: '#81B02E'

red 129 ◦ green 176 ◦ blue 46

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

Shades of Limerick #81B02E

Tints of Limerick #81B02E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 50.14%

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

R = 36.75%
G = 50.14%
B = 13.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#81B02E (or 0x81B02E) is known color: Limerick. HEX triplet: 81, B0 and 2E. RGB value is (129,176,46). Sum of RGB (Red+Green+Blue) = 129+176+46=351 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.75% from 351); Green value is 176 (69.14% from 255 or 50.14% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 176 - color contains mainly: green. Hex color #81B02E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #81B02E is #7E4FD1. Grayscale: #939393. Windows color (decimal): -8277970 or 3059841. OLE color: 3059841.

HSL color Cylindrical-coordinate representation of color #81B02E: hue angle of 81.69º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #81B02E is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 129 176 46 -
CMYK 0.27 0 0.74 0.31
HSL 81.69º 0.59% 0.44% -
HSV(B) 81.69º 0.74% 0.69% -
XYZ 25.07 35.92 8.2 -
YUV 147.13 70.93 115.07 -
System Red Green Blue C M Y K H S L
Decimal 129 176 46 0.27 0 0.74 0.31 81.69 0.59 0.44
Hex 81 B0 2E 1B 0 4A 1F 52 3B 2C
Octal 201 260 56 33 0 112 37 122 73 54
Binary 10000001 10110000 101110 11011 0 1001010 11111 1010010 111011 101100

Color Harmonies of #81B02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81B02E

Black with #81B02E

Text Example


Text Example

White with #81B02E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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