Html Css Color HEX #82E017 Lawn Green

📋 copy color: '#82E017'

red 130 ◦ green 224 ◦ blue 23

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

Shades of Lawn Green #82E017

Tints of Lawn Green #82E017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 34.48%
G = 59.42%
B = 6.1%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#82E017 (or 0x82E017) is known color: Lawn Green. HEX triplet: 82, E0 and 17. RGB value is (130,224,23). Sum of RGB (Red+Green+Blue) = 130+224+23=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #82E017 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E017 is #7D1FE8. Grayscale: #ADADAD. Windows color (decimal): -8200169 or 1564802. OLE color: 1564802.

HSL color Cylindrical-coordinate representation of color #82E017: hue angle of 88.06º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #82E017 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 23 -
CMYK 0.42 0 0.90 0.12
HSL 88.06º 0.81% 0.48% -
HSV(B) 88.06º 0.9% 0.88% -
XYZ 36.02 58.12 10.13 -
YUV 172.98 43.36 97.34 -
System Red Green Blue C M Y K H S L
Decimal 130 224 23 0.42 0 0.90 0.12 88.06 0.81 0.48
Hex 82 E0 17 2A 0 5A C 58 51 30
Octal 202 340 27 52 0 132 14 130 121 60
Binary 10000010 11100000 10111 101010 0 1011010 1100 1011000 1010001 110000

Color Harmonies of #82E017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E017

Black with #82E017

Text Example


Text Example

White with #82E017

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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