Html Css Color HEX #81BF1E Lima

📋 copy color: '#81BF1E'

red 129 ◦ green 191 ◦ blue 30

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

Shades of Lima #81BF1E

Tints of Lima #81BF1E

RGB

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

 GREEN value IS 191 (75% from 255) = 54.57%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 36.86%
G = 54.57%
B = 8.57%

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

#81BF1E (or 0x81BF1E) is known color: Lima. HEX triplet: 81, BF and 1E. RGB value is (129,191,30). Sum of RGB (Red+Green+Blue) = 129+191+30=350 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.86% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #81BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81BF1E is #7E40E1. Grayscale: #9A9A9A. Windows color (decimal): -8274146 or 2015105. OLE color: 2015105.

HSL color Cylindrical-coordinate representation of color #81BF1E: hue angle of 83.11º degrees, saturation: 0.73, 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 #81BF1E is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 129 191 30 -
CMYK 0.32 0 0.84 0.25
HSL 83.11º 0.73% 0.43% -
HSV(B) 83.11º 0.84% 0.75% -
XYZ 27.92 42.02 7.87 -
YUV 154.11 57.96 110.09 -
System Red Green Blue C M Y K H S L
Decimal 129 191 30 0.32 0 0.84 0.25 83.11 0.73 0.43
Hex 81 BF 1E 20 0 54 19 53 49 2B
Octal 201 277 36 40 0 124 31 123 111 53
Binary 10000001 10111111 11110 100000 0 1010100 11001 1010011 1001001 101011

Color Harmonies of #81BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81BF1E

Black with #81BF1E

Text Example


Text Example

White with #81BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,191,30); }

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

background-color css

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

 a { background-color: rgb(129,191,30); }

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

border-color css

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

 span { border-color: rgb(129,191,30); }

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