Html Css Color HEX #82E20A Lawn Green

📋 copy color: '#82E20A'

red 130 ◦ green 226 ◦ blue 10

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

Shades of Lawn Green #82E20A

Tints of Lawn Green #82E20A

RGB

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

 GREEN value IS 226 (88.67% from 255) = 61.75%

 BLUE value IS 10 (4.3% from 255) = 2.73%

R = 35.52%
G = 61.75%
B = 2.73%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#82E20A (or 0x82E20A) is known color: Lawn Green. HEX triplet: 82, E2 and 0A. RGB value is (130,226,10). Sum of RGB (Red+Green+Blue) = 130+226+10=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 226 (88.67% from 255 or 61.75% from 366); Blue value is 10 (4.30% from 255 or 2.73% from 366); Max value from RGB is 226 - color contains mainly: green. Hex color #82E20A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E20A is #7D1DF5. Grayscale: #ADADAD. Windows color (decimal): -8199670 or 713346. OLE color: 713346.

HSL color Cylindrical-coordinate representation of color #82E20A: hue angle of 86.67º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #82E20A is Cyan = 0.42, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 226 10 -
CMYK 0.42 0 0.96 0.11
HSL 86.67º 0.92% 0.46% -
HSV(B) 86.67º 0.96% 0.89% -
XYZ 36.46 59.16 9.78 -
YUV 172.67 36.2 97.56 -
System Red Green Blue C M Y K H S L
Decimal 130 226 10 0.42 0 0.96 0.11 86.67 0.92 0.46
Hex 82 E2 A 2A 0 60 B 57 5C 2E
Octal 202 342 12 52 0 140 13 127 134 56
Binary 10000010 11100010 1010 101010 0 1100000 1011 1010111 1011100 101110

Color Harmonies of #82E20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E20A

Black with #82E20A

Text Example


Text Example

White with #82E20A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,226,10); }

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

background-color css

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

 a { background-color: rgb(130,226,10); }

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

border-color css

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

 span { border-color: rgb(130,226,10); }

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