Html Css Color HEX #82E019 Lawn Green

📋 copy color: '#82E019'

red 130 ◦ green 224 ◦ blue 25

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

Shades of Lawn Green #82E019

Tints of Lawn Green #82E019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.6%

R = 34.3%
G = 59.1%
B = 6.6%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#82E019 (or 0x82E019) is known color: Lawn Green. HEX triplet: 82, E0 and 19. RGB value is (130,224,25). Sum of RGB (Red+Green+Blue) = 130+224+25=379 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.30% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 25 (10.16% from 255 or 6.60% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #82E019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E019 is #7D1FE6. Grayscale: #ADADAD. Windows color (decimal): -8200167 or 1695874. OLE color: 1695874.

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

Color convert

RGB 130 224 25 -
CMYK 0.42 0 0.89 0.12
HSL 88.34º 0.8% 0.49% -
HSV(B) 88.34º 0.89% 0.88% -
XYZ 36.04 58.13 10.24 -
YUV 173.21 44.36 97.18 -
System Red Green Blue C M Y K H S L
Decimal 130 224 25 0.42 0 0.89 0.12 88.34 0.8 0.49
Hex 82 E0 19 2A 0 59 C 58 50 31
Octal 202 340 31 52 0 131 14 130 120 61
Binary 10000010 11100000 11001 101010 0 1011001 1100 1011000 1010000 110001

Color Harmonies of #82E019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E019

Black with #82E019

Text Example


Text Example

White with #82E019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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