Html Css Color HEX #82E819 Lawn Green

📋 copy color: '#82E819'

red 130 ◦ green 232 ◦ blue 25

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

Shades of Lawn Green #82E819

Tints of Lawn Green #82E819

RGB

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

 GREEN value IS 232 (91.02% from 255) = 59.95%

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

R = 33.59%
G = 59.95%
B = 6.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#82E819 (or 0x82E819) is known color: Lawn Green. HEX triplet: 82, E8 and 19. RGB value is (130,232,25). Sum of RGB (Red+Green+Blue) = 130+232+25=387 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.59% from 387); Green value is 232 (91.02% from 255 or 59.95% from 387); Blue value is 25 (10.16% from 255 or 6.46% from 387); Max value from RGB is 232 - color contains mainly: green. Hex color #82E819 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E819 is #7D17E6. Grayscale: #B2B2B2. Windows color (decimal): -8198119 or 1697922. OLE color: 1697922.

HSL color Cylindrical-coordinate representation of color #82E819: hue angle of 89.57º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82E819 is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.

Color convert

RGB 130 232 25 -
CMYK 0.44 0 0.89 0.09
HSL 89.57º 0.82% 0.5% -
HSV(B) 89.57º 0.89% 0.91% -
XYZ 38.24 62.53 10.97 -
YUV 177.9 41.71 93.83 -
System Red Green Blue C M Y K H S L
Decimal 130 232 25 0.44 0 0.89 0.09 89.57 0.82 0.5
Hex 82 E8 19 2C 0 59 9 5A 52 32
Octal 202 350 31 54 0 131 11 132 122 62
Binary 10000010 11101000 11001 101100 0 1011001 1001 1011010 1010010 110010

Color Harmonies of #82E819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E819

Black with #82E819

Text Example


Text Example

White with #82E819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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