Html Css Color HEX #82EC16 Lawn Green

📋 copy color: '#82EC16'

red 130 ◦ green 236 ◦ blue 22

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

Shades of Lawn Green #82EC16

Tints of Lawn Green #82EC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 33.51%
G = 60.82%
B = 5.67%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#82EC16 (or 0x82EC16) is known color: Lawn Green. HEX triplet: 82, EC and 16. RGB value is (130,236,22). Sum of RGB (Red+Green+Blue) = 130+236+22=388 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.51% from 388); Green value is 236 (92.58% from 255 or 60.82% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 236 - color contains mainly: green. Hex color #82EC16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EC16 is #7D13E9. Grayscale: #B4B4B4. Windows color (decimal): -8197098 or 1502338. OLE color: 1502338.

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

Color convert

RGB 130 236 22 -
CMYK 0.45 0 0.91 0.07
HSL 89.72º 0.85% 0.51% -
HSV(B) 89.72º 0.91% 0.93% -
XYZ 39.35 64.79 11.19 -
YUV 179.91 38.88 92.4 -
System Red Green Blue C M Y K H S L
Decimal 130 236 22 0.45 0 0.91 0.07 89.72 0.85 0.51
Hex 82 EC 16 2D 0 5B 7 5A 55 33
Octal 202 354 26 55 0 133 7 132 125 63
Binary 10000010 11101100 10110 101101 0 1011011 111 1011010 1010101 110011

Color Harmonies of #82EC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EC16

Black with #82EC16

Text Example


Text Example

White with #82EC16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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