Html Css Color HEX #82E011 Lawn Green

📋 copy color: '#82E011'

red 130 ◦ green 224 ◦ blue 17

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

Shades of Lawn Green #82E011

Tints of Lawn Green #82E011

RGB

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

 GREEN value IS 224 (87.89% from 255) = 60.38%

 BLUE value IS 17 (7.03% from 255) = 4.58%

R = 35.04%
G = 60.38%
B = 4.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#82E011 (or 0x82E011) is known color: Lawn Green. HEX triplet: 82, E0 and 11. RGB value is (130,224,17). Sum of RGB (Red+Green+Blue) = 130+224+17=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 224 (87.89% from 255 or 60.38% from 371); Blue value is 17 (7.03% from 255 or 4.58% from 371); Max value from RGB is 224 - color contains mainly: green. Hex color #82E011 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E011 is #7D1FEE. Grayscale: #ADADAD. Windows color (decimal): -8200175 or 1171586. OLE color: 1171586.

HSL color Cylindrical-coordinate representation of color #82E011: hue angle of 87.25º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #82E011 is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 17 -
CMYK 0.42 0 0.92 0.12
HSL 87.25º 0.86% 0.47% -
HSV(B) 87.25º 0.92% 0.88% -
XYZ 35.96 58.1 9.85 -
YUV 172.3 40.36 97.83 -
System Red Green Blue C M Y K H S L
Decimal 130 224 17 0.42 0 0.92 0.12 87.25 0.86 0.47
Hex 82 E0 11 2A 0 5C C 57 56 2F
Octal 202 340 21 52 0 134 14 127 126 57
Binary 10000010 11100000 10001 101010 0 1011100 1100 1010111 1010110 101111

Color Harmonies of #82E011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E011

Black with #82E011

Text Example


Text Example

White with #82E011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,17); }

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

background-color css

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

 a { background-color: rgb(130,224,17); }

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

border-color css

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

 span { border-color: rgb(130,224,17); }

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