Html Css Color HEX #82BF2B Lima

📋 copy color: '#82BF2B'

red 130 ◦ green 191 ◦ blue 43

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

Shades of Lima #82BF2B

Tints of Lima #82BF2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.81%

R = 35.71%
G = 52.47%
B = 11.81%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#82BF2B (or 0x82BF2B) is known color: Lima. HEX triplet: 82, BF and 2B. RGB value is (130,191,43). Sum of RGB (Red+Green+Blue) = 130+191+43=364 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.71% from 364); Green value is 191 (75% from 255 or 52.47% from 364); Blue value is 43 (17.19% from 255 or 11.81% from 364); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF2B is #7D40D4. Grayscale: #9C9C9C. Windows color (decimal): -8208597 or 2867074. OLE color: 2867074.

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

Color convert

RGB 130 191 43 -
CMYK 0.32 0 0.77 0.25
HSL 84.73º 0.63% 0.46% -
HSV(B) 84.73º 0.77% 0.75% -
XYZ 28.27 42.18 8.94 -
YUV 155.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 130 191 43 0.32 0 0.77 0.25 84.73 0.63 0.46
Hex 82 BF 2B 20 0 4D 19 55 3F 2E
Octal 202 277 53 40 0 115 31 125 77 56
Binary 10000010 10111111 101011 100000 0 1001101 11001 1010101 111111 101110

Color Harmonies of #82BF2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF2B

Black with #82BF2B

Text Example


Text Example

White with #82BF2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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