Html Css Color HEX #82C40B Lima

📋 copy color: '#82C40B'

red 130 ◦ green 196 ◦ blue 11

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

Shades of Lima #82C40B

Tints of Lima #82C40B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 38.58%
G = 58.16%
B = 3.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#82C40B (or 0x82C40B) is known color: Lima. HEX triplet: 82, C4 and 0B. RGB value is (130,196,11). Sum of RGB (Red+Green+Blue) = 130+196+11=337 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.58% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #82C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82C40B is #7D3BF4. Grayscale: #9B9B9B. Windows color (decimal): -8207349 or 771202. OLE color: 771202.

HSL color Cylindrical-coordinate representation of color #82C40B: hue angle of 81.41º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82C40B is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB 130 196 11 -
CMYK 0.34 0 0.94 0.23
HSL 81.41º 0.89% 0.41% -
HSV(B) 81.41º 0.94% 0.77% -
XYZ 29.01 44.25 7.33 -
YUV 155.18 46.63 110.04 -
System Red Green Blue C M Y K H S L
Decimal 130 196 11 0.34 0 0.94 0.23 81.41 0.89 0.41
Hex 82 C4 B 22 0 5E 17 51 59 29
Octal 202 304 13 42 0 136 27 121 131 51
Binary 10000010 11000100 1011 100010 0 1011110 10111 1010001 1011001 101001

Color Harmonies of #82C40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82C40B

Black with #82C40B

Text Example


Text Example

White with #82C40B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,196,11); }

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

background-color css

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

 a { background-color: rgb(130,196,11); }

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

border-color css

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

 span { border-color: rgb(130,196,11); }

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