Html Css Color HEX #82E004 Lawn Green

📋 copy color: '#82E004'

red 130 ◦ green 224 ◦ blue 4

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

Shades of Lawn Green #82E004

Tints of Lawn Green #82E004

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.57%

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 36.31%
G = 62.57%
B = 1.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#82E004 (or 0x82E004) is known color: Lawn Green. HEX triplet: 82, E0 and 04. RGB value is (130,224,4). Sum of RGB (Red+Green+Blue) = 130+224+4=358 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.31% from 358); Green value is 224 (87.89% from 255 or 62.57% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 224 - color contains mainly: green. Hex color #82E004 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E004 is #7D1FFB. Grayscale: #ABABAB. Windows color (decimal): -8200188 or 319618. OLE color: 319618.

HSL color Cylindrical-coordinate representation of color #82E004: hue angle of 85.64º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #82E004 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.

Color convert

RGB 130 224 4 -
CMYK 0.42 0 0.98 0.12
HSL 85.64º 0.96% 0.45% -
HSV(B) 85.64º 0.98% 0.88% -
XYZ 35.88 58.07 9.43 -
YUV 170.81 33.86 98.89 -
System Red Green Blue C M Y K H S L
Decimal 130 224 4 0.42 0 0.98 0.12 85.64 0.96 0.45
Hex 82 E0 4 2A 0 62 C 56 60 2D
Octal 202 340 4 52 0 142 14 126 140 55
Binary 10000010 11100000 100 101010 0 1100010 1100 1010110 1100000 101101

Color Harmonies of #82E004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E004

Black with #82E004

Text Example


Text Example

White with #82E004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,224,4); }

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

background-color css

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

 a { background-color: rgb(130,224,4); }

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

border-color css

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

 span { border-color: rgb(130,224,4); }

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