Html Css Color HEX #82BF2E Lima

📋 copy color: '#82BF2E'

red 130 ◦ green 191 ◦ blue 46

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

Shades of Lima #82BF2E

Tints of Lima #82BF2E

RGB

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

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

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

R = 35.42%
G = 52.04%
B = 12.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#82BF2E (or 0x82BF2E) is known color: Lima. HEX triplet: 82, BF and 2E. RGB value is (130,191,46). Sum of RGB (Red+Green+Blue) = 130+191+46=367 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.42% from 367); Green value is 191 (75% from 255 or 52.04% from 367); Blue value is 46 (18.36% from 255 or 12.53% from 367); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF2E is #7D40D1. Grayscale: #9C9C9C. Windows color (decimal): -8208594 or 3063682. OLE color: 3063682.

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

Color convert

RGB 130 191 46 -
CMYK 0.32 0 0.76 0.25
HSL 85.24º 0.61% 0.46% -
HSV(B) 85.24º 0.76% 0.75% -
XYZ 28.33 42.2 9.24 -
YUV 156.23 65.79 109.29 -
System Red Green Blue C M Y K H S L
Decimal 130 191 46 0.32 0 0.76 0.25 85.24 0.61 0.46
Hex 82 BF 2E 20 0 4C 19 55 3D 2E
Octal 202 277 56 40 0 114 31 125 75 56
Binary 10000010 10111111 101110 100000 0 1001100 11001 1010101 111101 101110

Color Harmonies of #82BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF2E

Black with #82BF2E

Text Example


Text Example

White with #82BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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