Html Css Color HEX #82E622 Lawn Green

📋 copy color: '#82E622'

red 130 ◦ green 230 ◦ blue 34

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

Shades of Lawn Green #82E622

Tints of Lawn Green #82E622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.63%

R = 32.99%
G = 58.38%
B = 8.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.85

 K value IS 0.10

RGB Variations

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

Color information

#82E622 (or 0x82E622) is known color: Lawn Green. HEX triplet: 82, E6 and 22. RGB value is (130,230,34). Sum of RGB (Red+Green+Blue) = 130+230+34=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 230 (90.23% from 255 or 58.38% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 230 - color contains mainly: green. Hex color #82E622 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #82E622 is #7D19DD. Grayscale: #B2B2B2. Windows color (decimal): -8198622 or 2287234. OLE color: 2287234.

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

Color convert

RGB 130 230 34 -
CMYK 0.43 0 0.85 0.10
HSL 90.61º 0.8% 0.52% -
HSV(B) 90.61º 0.85% 0.9% -
XYZ 37.79 61.45 11.38 -
YUV 177.76 46.87 93.94 -
System Red Green Blue C M Y K H S L
Decimal 130 230 34 0.43 0 0.85 0.10 90.61 0.8 0.52
Hex 82 E6 22 2B 0 55 A 5B 50 34
Octal 202 346 42 53 0 125 12 133 120 64
Binary 10000010 11100110 100010 101011 0 1010101 1010 1011011 1010000 110100

Color Harmonies of #82E622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E622

Black with #82E622

Text Example


Text Example

White with #82E622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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