Html Css Color HEX #82EC19 Lawn Green

📋 copy color: '#82EC19'

red 130 ◦ green 236 ◦ blue 25

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

Shades of Lawn Green #82EC19

Tints of Lawn Green #82EC19

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.36%

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

R = 33.25%
G = 60.36%
B = 6.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#82EC19 (or 0x82EC19) is known color: Lawn Green. HEX triplet: 82, EC and 19. RGB value is (130,236,25). Sum of RGB (Red+Green+Blue) = 130+236+25=391 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.25% from 391); Green value is 236 (92.58% from 255 or 60.36% from 391); Blue value is 25 (10.16% from 255 or 6.39% from 391); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EC19 is #7D13E6. Grayscale: #B4B4B4. Windows color (decimal): -8197095 or 1698946. OLE color: 1698946.

HSL color Cylindrical-coordinate representation of color #82EC19: hue angle of 90.14º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #82EC19 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 236 25 -
CMYK 0.45 0 0.89 0.07
HSL 90.14º 0.85% 0.51% -
HSV(B) 90.14º 0.89% 0.93% -
XYZ 39.38 64.81 11.35 -
YUV 180.25 40.38 92.16 -
System Red Green Blue C M Y K H S L
Decimal 130 236 25 0.45 0 0.89 0.07 90.14 0.85 0.51
Hex 82 EC 19 2D 0 59 7 5A 55 33
Octal 202 354 31 55 0 131 7 132 125 63
Binary 10000010 11101100 11001 101101 0 1011001 111 1011010 1010101 110011

Color Harmonies of #82EC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC19

Black with #82EC19

Text Example


Text Example

White with #82EC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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