Html Css Color HEX #82E60E Lawn Green

📋 copy color: '#82E60E'

red 130 ◦ green 230 ◦ blue 14

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

Shades of Lawn Green #82E60E

Tints of Lawn Green #82E60E

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.5%

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

R = 34.76%
G = 61.5%
B = 3.74%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#82E60E (or 0x82E60E) is known color: Lawn Green. HEX triplet: 82, E6 and 0E. RGB value is (130,230,14). Sum of RGB (Red+Green+Blue) = 130+230+14=374 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.76% from 374); Green value is 230 (90.23% from 255 or 61.50% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 230 - color contains mainly: green. Hex color #82E60E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E60E is #7D19F1. Grayscale: #B0B0B0. Windows color (decimal): -8198642 or 976514. OLE color: 976514.

HSL color Cylindrical-coordinate representation of color #82E60E: hue angle of 87.78º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #82E60E is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 130 230 14 -
CMYK 0.43 0 0.94 0.10
HSL 87.78º 0.89% 0.48% -
HSV(B) 87.78º 0.94% 0.9% -
XYZ 37.58 61.37 10.28 -
YUV 175.48 36.87 95.56 -
System Red Green Blue C M Y K H S L
Decimal 130 230 14 0.43 0 0.94 0.10 87.78 0.89 0.48
Hex 82 E6 E 2B 0 5E A 58 59 30
Octal 202 346 16 53 0 136 12 130 131 60
Binary 10000010 11100110 1110 101011 0 1011110 1010 1011000 1011001 110000

Color Harmonies of #82E60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E60E

Black with #82E60E

Text Example


Text Example

White with #82E60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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