Html Css Color HEX #82BF19 Lima

📋 copy color: '#82BF19'

red 130 ◦ green 191 ◦ blue 25

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

Shades of Lima #82BF19

Tints of Lima #82BF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.23%

R = 37.57%
G = 55.2%
B = 7.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#82BF19 (or 0x82BF19) is known color: Lima. HEX triplet: 82, BF and 19. RGB value is (130,191,25). Sum of RGB (Red+Green+Blue) = 130+191+25=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 191 (75% from 255 or 55.20% from 346); Blue value is 25 (10.16% from 255 or 7.23% from 346); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82BF19 is #7D40E6. Grayscale: #9A9A9A. Windows color (decimal): -8208615 or 1687426. OLE color: 1687426.

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

Color convert

RGB 130 191 25 -
CMYK 0.32 0 0.87 0.25
HSL 82.05º 0.77% 0.42% -
HSV(B) 82.05º 0.87% 0.75% -
XYZ 28.01 42.08 7.57 -
YUV 153.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 130 191 25 0.32 0 0.87 0.25 82.05 0.77 0.42
Hex 82 BF 19 20 0 57 19 52 4D 2A
Octal 202 277 31 40 0 127 31 122 115 52
Binary 10000010 10111111 11001 100000 0 1010111 11001 1010010 1001101 101010

Color Harmonies of #82BF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF19

Black with #82BF19

Text Example


Text Example

White with #82BF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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