Html Css Color HEX #82BF1B Lima

📋 copy color: '#82BF1B'

red 130 ◦ green 191 ◦ blue 27

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

Shades of Lima #82BF1B

Tints of Lima #82BF1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.76%

R = 37.36%
G = 54.89%
B = 7.76%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#82BF1B (or 0x82BF1B) is known color: Lima. HEX triplet: 82, BF and 1B. RGB value is (130,191,27). Sum of RGB (Red+Green+Blue) = 130+191+27=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 27 (10.94% from 255 or 7.76% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF1B is #7D40E4. Grayscale: #9A9A9A. Windows color (decimal): -8208613 or 1818498. OLE color: 1818498.

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

Color convert

RGB 130 191 27 -
CMYK 0.32 0 0.86 0.25
HSL 82.32º 0.75% 0.43% -
HSV(B) 82.32º 0.86% 0.75% -
XYZ 28.03 42.09 7.68 -
YUV 154.07 56.29 110.84 -
System Red Green Blue C M Y K H S L
Decimal 130 191 27 0.32 0 0.86 0.25 82.32 0.75 0.43
Hex 82 BF 1B 20 0 56 19 52 4B 2B
Octal 202 277 33 40 0 126 31 122 113 53
Binary 10000010 10111111 11011 100000 0 1010110 11001 1010010 1001011 101011

Color Harmonies of #82BF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF1B

Black with #82BF1B

Text Example


Text Example

White with #82BF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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