Html Css Color HEX #82BF1E Lima

📋 copy color: '#82BF1E'

red 130 ◦ green 191 ◦ blue 30

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

Shades of Lima #82BF1E

Tints of Lima #82BF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 37.04%
G = 54.42%
B = 8.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#82BF1E (or 0x82BF1E) is known color: Lima. HEX triplet: 82, BF and 1E. RGB value is (130,191,30). Sum of RGB (Red+Green+Blue) = 130+191+30=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 191 (75% from 255 or 54.42% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 191 - color contains mainly: green. Hex color #82BF1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #82BF1E is #7D40E1. Grayscale: #9A9A9A. Windows color (decimal): -8208610 or 2015106. OLE color: 2015106.

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

Color convert

RGB 130 191 30 -
CMYK 0.32 0 0.84 0.25
HSL 82.73º 0.73% 0.43% -
HSV(B) 82.73º 0.84% 0.75% -
XYZ 28.07 42.1 7.88 -
YUV 154.41 57.79 110.59 -
System Red Green Blue C M Y K H S L
Decimal 130 191 30 0.32 0 0.84 0.25 82.73 0.73 0.43
Hex 82 BF 1E 20 0 54 19 53 49 2B
Octal 202 277 36 40 0 124 31 123 111 53
Binary 10000010 10111111 11110 100000 0 1010100 11001 1010011 1001001 101011

Color Harmonies of #82BF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82BF1E

Black with #82BF1E

Text Example


Text Example

White with #82BF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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