Html Css Color HEX #82BF1C Lima

📋 copy color: '#82BF1C'

red 130 ◦ green 191 ◦ blue 28

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

Shades of Lima #82BF1C

Tints of Lima #82BF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.02%

R = 37.25%
G = 54.73%
B = 8.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#82BF1C (or 0x82BF1C) is known color: Lima. HEX triplet: 82, BF and 1C. RGB value is (130,191,28). Sum of RGB (Red+Green+Blue) = 130+191+28=349 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.25% from 349); Green value is 191 (75% from 255 or 54.73% from 349); Blue value is 28 (11.33% from 255 or 8.02% from 349); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF1C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF1C is #7D40E3. Grayscale: #9A9A9A. Windows color (decimal): -8208612 or 1884034. OLE color: 1884034.

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

Color convert

RGB 130 191 28 -
CMYK 0.32 0 0.85 0.25
HSL 82.45º 0.74% 0.43% -
HSV(B) 82.45º 0.85% 0.75% -
XYZ 28.05 42.09 7.74 -
YUV 154.18 56.79 110.75 -
System Red Green Blue C M Y K H S L
Decimal 130 191 28 0.32 0 0.85 0.25 82.45 0.74 0.43
Hex 82 BF 1C 20 0 55 19 52 4A 2B
Octal 202 277 34 40 0 125 31 122 112 53
Binary 10000010 10111111 11100 100000 0 1010101 11001 1010010 1001010 101011

Color Harmonies of #82BF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF1C

Black with #82BF1C

Text Example


Text Example

White with #82BF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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