Html Css Color HEX #82E512 Lawn Green

📋 copy color: '#82E512'

red 130 ◦ green 229 ◦ blue 18

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

Shades of Lawn Green #82E512

Tints of Lawn Green #82E512

RGB

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

 GREEN value IS 229 (89.84% from 255) = 60.74%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 34.48%
G = 60.74%
B = 4.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#82E512 (or 0x82E512) is known color: Lawn Green. HEX triplet: 82, E5 and 12. RGB value is (130,229,18). Sum of RGB (Red+Green+Blue) = 130+229+18=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 229 (89.84% from 255 or 60.74% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 229 - color contains mainly: green. Hex color #82E512 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E512 is #7D1AED. Grayscale: #B0B0B0. Windows color (decimal): -8198894 or 1238402. OLE color: 1238402.

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

Color convert

RGB 130 229 18 -
CMYK 0.43 0 0.92 0.10
HSL 88.15º 0.85% 0.48% -
HSV(B) 88.15º 0.92% 0.9% -
XYZ 37.33 60.83 10.35 -
YUV 175.35 39.2 95.66 -
System Red Green Blue C M Y K H S L
Decimal 130 229 18 0.43 0 0.92 0.10 88.15 0.85 0.48
Hex 82 E5 12 2B 0 5C A 58 55 30
Octal 202 345 22 53 0 134 12 130 125 60
Binary 10000010 11100101 10010 101011 0 1011100 1010 1011000 1010101 110000

Color Harmonies of #82E512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E512

Black with #82E512

Text Example


Text Example

White with #82E512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,229,18); }

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

background-color css

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

 a { background-color: rgb(130,229,18); }

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

border-color css

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

 span { border-color: rgb(130,229,18); }

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