Html Css Color HEX #82E302 Lawn Green

📋 copy color: '#82E302'

red 130 ◦ green 227 ◦ blue 2

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

Shades of Lawn Green #82E302

Tints of Lawn Green #82E302

RGB

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

 GREEN value IS 227 (89.06% from 255) = 63.23%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 36.21%
G = 63.23%
B = 0.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#82E302 (or 0x82E302) is known color: Lawn Green. HEX triplet: 82, E3 and 02. RGB value is (130,227,2). Sum of RGB (Red+Green+Blue) = 130+227+2=359 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.21% from 359); Green value is 227 (89.06% from 255 or 63.23% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 227 - color contains mainly: green. Hex color #82E302 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E302 is #7D1CFD. Grayscale: #ADADAD. Windows color (decimal): -8199422 or 189314. OLE color: 189314.

HSL color Cylindrical-coordinate representation of color #82E302: hue angle of 85.87º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #82E302 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 130 227 2 -
CMYK 0.43 0 0.99 0.11
HSL 85.87º 0.98% 0.45% -
HSV(B) 85.87º 0.99% 0.89% -
XYZ 36.69 59.69 9.64 -
YUV 172.35 31.86 97.8 -
System Red Green Blue C M Y K H S L
Decimal 130 227 2 0.43 0 0.99 0.11 85.87 0.98 0.45
Hex 82 E3 2 2B 0 63 B 56 62 2D
Octal 202 343 2 53 0 143 13 126 142 55
Binary 10000010 11100011 10 101011 0 1100011 1011 1010110 1100010 101101

Color Harmonies of #82E302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E302

Black with #82E302

Text Example


Text Example

White with #82E302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,227,2); }

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

background-color css

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

 a { background-color: rgb(130,227,2); }

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

border-color css

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

 span { border-color: rgb(130,227,2); }

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