Html Css Color HEX #82B20E Lima

📋 copy color: '#82B20E'

red 130 ◦ green 178 ◦ blue 14

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

Shades of Lima #82B20E

Tints of Lima #82B20E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 55.28%

 BLUE value IS 14 (5.86% from 255) = 4.35%

R = 40.37%
G = 55.28%
B = 4.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.30

RGB Variations

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

Color information

#82B20E (or 0x82B20E) is known color: Lima. HEX triplet: 82, B2 and 0E. RGB value is (130,178,14). Sum of RGB (Red+Green+Blue) = 130+178+14=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 178 (69.92% from 255 or 55.28% from 322); Blue value is 14 (5.86% from 255 or 4.35% from 322); Max value from RGB is 178 - color contains mainly: green. Hex color #82B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #82B20E is #7D4DF1. Grayscale: #919191. Windows color (decimal): -8211954 or 963202. OLE color: 963202.

HSL color Cylindrical-coordinate representation of color #82B20E: hue angle of 77.56º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82B20E is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB 130 178 14 -
CMYK 0.27 0 0.92 0.30
HSL 77.56º 0.85% 0.38% -
HSV(B) 77.56º 0.92% 0.7% -
XYZ 25.21 36.62 6.16 -
YUV 144.95 54.1 117.34 -
System Red Green Blue C M Y K H S L
Decimal 130 178 14 0.27 0 0.92 0.30 77.56 0.85 0.38
Hex 82 B2 E 1B 0 5C 1E 4E 55 26
Octal 202 262 16 33 0 134 36 116 125 46
Binary 10000010 10110010 1110 11011 0 1011100 11110 1001110 1010101 100110

Color Harmonies of #82B20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82B20E

Black with #82B20E

Text Example


Text Example

White with #82B20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,178,14); }

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

background-color css

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

 a { background-color: rgb(130,178,14); }

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

border-color css

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

 span { border-color: rgb(130,178,14); }

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