Html Css Color HEX #82BF1A Lima

📋 copy color: '#82BF1A'

red 130 ◦ green 191 ◦ blue 26

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

Shades of Lima #82BF1A

Tints of Lima #82BF1A

RGB

 RED value IS 130 (51.17% from 255) = 37.46%

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

 BLUE value IS 26 (10.55% from 255) = 7.49%

R = 37.46%
G = 55.04%
B = 7.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#82BF1A (or 0x82BF1A) is known color: Lima. HEX triplet: 82, BF and 1A. RGB value is (130,191,26). Sum of RGB (Red+Green+Blue) = 130+191+26=347 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.46% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 26 (10.55% from 255 or 7.49% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF1A is #7D40E5. Grayscale: #9A9A9A. Windows color (decimal): -8208614 or 1752962. OLE color: 1752962.

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

Color convert

RGB 130 191 26 -
CMYK 0.32 0 0.86 0.25
HSL 82.18º 0.76% 0.43% -
HSV(B) 82.18º 0.86% 0.75% -
XYZ 28.02 42.08 7.62 -
YUV 153.95 55.79 110.92 -
System Red Green Blue C M Y K H S L
Decimal 130 191 26 0.32 0 0.86 0.25 82.18 0.76 0.43
Hex 82 BF 1A 20 0 56 19 52 4C 2B
Octal 202 277 32 40 0 126 31 122 114 53
Binary 10000010 10111111 11010 100000 0 1010110 11001 1010010 1001100 101011

Color Harmonies of #82BF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF1A

Black with #82BF1A

Text Example


Text Example

White with #82BF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82BF1A; }

 p { color: rgb(130,191,26); }

 H1.HeaderClassName
 {
   color: #82BF1A;
 }
 .AnyTagClassName
 {
   color: #82BF1A;
 }
</style>

background-color css

<style>
 a { background-color: #82BF1A; }

 a { background-color: rgb(130,191,26); }

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

border-color css

<style>
 span { border-color: #82BF1A; }

 span { border-color: rgb(130,191,26); }

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