Html Css Color HEX #82BF2D Lima

📋 copy color: '#82BF2D'

red 130 ◦ green 191 ◦ blue 45

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

Shades of Lima #82BF2D

Tints of Lima #82BF2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.3%

R = 35.52%
G = 52.19%
B = 12.3%

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

#82BF2D (or 0x82BF2D) is known color: Lima. HEX triplet: 82, BF and 2D. RGB value is (130,191,45). Sum of RGB (Red+Green+Blue) = 130+191+45=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 45 (17.97% from 255 or 12.30% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF2D is #7D40D2. Grayscale: #9C9C9C. Windows color (decimal): -8208595 or 2998146. OLE color: 2998146.

HSL color Cylindrical-coordinate representation of color #82BF2D: hue angle of 85.07º degrees, saturation: 0.62, 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 #82BF2D is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 191 45 -
CMYK 0.32 0 0.76 0.25
HSL 85.07º 0.62% 0.46% -
HSV(B) 85.07º 0.76% 0.75% -
XYZ 28.31 42.2 9.14 -
YUV 156.12 65.29 109.37 -
System Red Green Blue C M Y K H S L
Decimal 130 191 45 0.32 0 0.76 0.25 85.07 0.62 0.46
Hex 82 BF 2D 20 0 4C 19 55 3E 2E
Octal 202 277 55 40 0 114 31 125 76 56
Binary 10000010 10111111 101101 100000 0 1001100 11001 1010101 111110 101110

Color Harmonies of #82BF2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF2D

Black with #82BF2D

Text Example


Text Example

White with #82BF2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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