Html Css Color HEX #81BE1F Lima

📋 copy color: '#81BE1F'

red 129 ◦ green 190 ◦ blue 31

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

Shades of Lima #81BE1F

Tints of Lima #81BE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 36.86%
G = 54.29%
B = 8.86%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#81BE1F (or 0x81BE1F) is known color: Lima. HEX triplet: 81, BE and 1F. RGB value is (129,190,31). Sum of RGB (Red+Green+Blue) = 129+190+31=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 190 (74.61% from 255 or 54.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 190 - color contains mainly: green. Hex color #81BE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BE1F is #7E41E0. Grayscale: #9A9A9A. Windows color (decimal): -8274401 or 2080385. OLE color: 2080385.

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

Color convert

RGB 129 190 31 -
CMYK 0.32 0 0.84 0.25
HSL 83.02º 0.72% 0.43% -
HSV(B) 83.02º 0.84% 0.75% -
XYZ 27.71 41.59 7.86 -
YUV 153.64 58.79 110.43 -
System Red Green Blue C M Y K H S L
Decimal 129 190 31 0.32 0 0.84 0.25 83.02 0.72 0.43
Hex 81 BE 1F 20 0 54 19 53 48 2B
Octal 201 276 37 40 0 124 31 123 110 53
Binary 10000001 10111110 11111 100000 0 1010100 11001 1010011 1001000 101011

Color Harmonies of #81BE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BE1F

Black with #81BE1F

Text Example


Text Example

White with #81BE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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