Html Css Color HEX #82AD1E Lima

📋 copy color: '#82AD1E'

red 130 ◦ green 173 ◦ blue 30

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

Shades of Lima #82AD1E

Tints of Lima #82AD1E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.95%

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

R = 39.04%
G = 51.95%
B = 9.01%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#82AD1E (or 0x82AD1E) is known color: Lima. HEX triplet: 82, AD and 1E. RGB value is (130,173,30). Sum of RGB (Red+Green+Blue) = 130+173+30=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 30 (12.11% from 255 or 9.01% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #82AD1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #82AD1E is #7D52E1. Grayscale: #909090. Windows color (decimal): -8213218 or 2010498. OLE color: 2010498.

HSL color Cylindrical-coordinate representation of color #82AD1E: hue angle of 78.04º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #82AD1E is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 130 173 30 -
CMYK 0.25 0 0.83 0.32
HSL 78.04º 0.7% 0.4% -
HSV(B) 78.04º 0.83% 0.68% -
XYZ 24.38 34.73 6.65 -
YUV 143.84 63.75 118.13 -
System Red Green Blue C M Y K H S L
Decimal 130 173 30 0.25 0 0.83 0.32 78.04 0.7 0.4
Hex 82 AD 1E 19 0 53 20 4E 46 28
Octal 202 255 36 31 0 123 40 116 106 50
Binary 10000010 10101101 11110 11001 0 1010011 100000 1001110 1000110 101000

Color Harmonies of #82AD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82AD1E

Black with #82AD1E

Text Example


Text Example

White with #82AD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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