Html Css Color HEX #82E700 Lawn Green

📋 copy color: '#82E700'

red 130 ◦ green 231 ◦ blue 0

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

Shades of Lawn Green #82E700

Tints of Lawn Green #82E700

RGB

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

 GREEN value IS 231 (90.63% from 255) = 63.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.01%
G = 63.99%
B = 0%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#82E700 (or 0x82E700) is known color: Lawn Green. HEX triplet: 82, E7 and 00. RGB value is (130,231,0). Sum of RGB (Red+Green+Blue) = 130+231+0=361 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.01% from 361); Green value is 231 (90.62% from 255 or 63.99% from 361); Blue value is 0 (0.39% from 255 or 0% from 361); Max value from RGB is 231 - color contains mainly: green. Hex color #82E700 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #82E700 is #7D18FF. Grayscale: #AFAFAF. Windows color (decimal): -8198400 or 59266. OLE color: 59266.

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

Color convert

RGB 130 231 0 -
CMYK 0.44 0 1 0.09
HSL 86.23º 1% 0.45% -
HSV(B) 86.23º 1% 0.91% -
XYZ 37.78 61.9 9.96 -
YUV 174.47 29.54 96.28 -
System Red Green Blue C M Y K H S L
Decimal 130 231 0 0.44 0 1 0.09 86.23 1 0.45
Hex 82 E7 0 2C 0 64 9 56 64 2D
Octal 202 347 0 54 0 144 11 126 144 55
Binary 10000010 11100111 0 101100 0 1100100 1001 1010110 1100100 101101

Color Harmonies of #82E700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E700

Black with #82E700

Text Example


Text Example

White with #82E700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,231,0); }

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

background-color css

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

 a { background-color: rgb(130,231,0); }

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

border-color css

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

 span { border-color: rgb(130,231,0); }

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