Html Css Color HEX #82EA0E Lawn Green

📋 copy color: '#82EA0E'

red 130 ◦ green 234 ◦ blue 14

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

Shades of Lawn Green #82EA0E

Tints of Lawn Green #82EA0E

RGB

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

 GREEN value IS 234 (91.8% from 255) = 61.9%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 34.39%
G = 61.9%
B = 3.7%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#82EA0E (or 0x82EA0E) is known color: Lawn Green. HEX triplet: 82, EA and 0E. RGB value is (130,234,14). Sum of RGB (Red+Green+Blue) = 130+234+14=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 234 (91.80% from 255 or 61.90% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 234 - color contains mainly: green. Hex color #82EA0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82EA0E is #7D15F1. Grayscale: #B2B2B2. Windows color (decimal): -8197618 or 977538. OLE color: 977538.

HSL color Cylindrical-coordinate representation of color #82EA0E: hue angle of 88.36º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82EA0E is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 130 234 14 -
CMYK 0.44 0 0.94 0.08
HSL 88.36º 0.89% 0.49% -
HSV(B) 88.36º 0.94% 0.92% -
XYZ 38.71 63.62 10.66 -
YUV 177.82 35.54 93.89 -
System Red Green Blue C M Y K H S L
Decimal 130 234 14 0.44 0 0.94 0.08 88.36 0.89 0.49
Hex 82 EA E 2C 0 5E 8 58 59 31
Octal 202 352 16 54 0 136 10 130 131 61
Binary 10000010 11101010 1110 101100 0 1011110 1000 1011000 1011001 110001

Color Harmonies of #82EA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82EA0E

Black with #82EA0E

Text Example


Text Example

White with #82EA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,234,14); }

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

background-color css

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

 a { background-color: rgb(130,234,14); }

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

border-color css

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

 span { border-color: rgb(130,234,14); }

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