Html Css Color HEX #82E40F Lawn Green

📋 copy color: '#82E40F'

red 130 ◦ green 228 ◦ blue 15

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

Shades of Lawn Green #82E40F

Tints of Lawn Green #82E40F

RGB

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

 GREEN value IS 228 (89.45% from 255) = 61.13%

 BLUE value IS 15 (6.25% from 255) = 4.02%

R = 34.85%
G = 61.13%
B = 4.02%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#82E40F (or 0x82E40F) is known color: Lawn Green. HEX triplet: 82, E4 and 0F. RGB value is (130,228,15). Sum of RGB (Red+Green+Blue) = 130+228+15=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 228 (89.45% from 255 or 61.13% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 228 - color contains mainly: green. Hex color #82E40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #82E40F is #7D1BF0. Grayscale: #AFAFAF. Windows color (decimal): -8199153 or 1041538. OLE color: 1041538.

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

Color convert

RGB 130 228 15 -
CMYK 0.43 0 0.93 0.11
HSL 87.61º 0.88% 0.48% -
HSV(B) 87.61º 0.93% 0.89% -
XYZ 37.04 60.27 10.13 -
YUV 174.42 38.03 96.32 -
System Red Green Blue C M Y K H S L
Decimal 130 228 15 0.43 0 0.93 0.11 87.61 0.88 0.48
Hex 82 E4 F 2B 0 5D B 58 58 30
Octal 202 344 17 53 0 135 13 130 130 60
Binary 10000010 11100100 1111 101011 0 1011101 1011 1011000 1011000 110000

Color Harmonies of #82E40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82E40F

Black with #82E40F

Text Example


Text Example

White with #82E40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,228,15); }

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

background-color css

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

 a { background-color: rgb(130,228,15); }

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

border-color css

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

 span { border-color: rgb(130,228,15); }

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