Html Css Color HEX #7EFE82 Light Green

📋 copy color: '#7EFE82'

red 126 ◦ green 254 ◦ blue 130

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

Shades of Light Green #7EFE82

Tints of Light Green #7EFE82

RGB

 RED value IS 126 (49.61% from 255) = 24.71%

 GREEN value IS 254 (99.61% from 255) = 49.8%

 BLUE value IS 130 (51.17% from 255) = 25.49%

R = 24.71%
G = 49.8%
B = 25.49%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#7EFE82 (or 0x7EFE82) is known color: Light Green. HEX triplet: 7E, FE and 82. RGB value is (126,254,130). Sum of RGB (Red+Green+Blue) = 126+254+130=510 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.71% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #7EFE82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFE82 is #81017D. Grayscale: #C9C9C9. Windows color (decimal): -8454526 or 8584830. OLE color: 8584830.

HSL color Cylindrical-coordinate representation of color #7EFE82: hue angle of 121.88º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFE82 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 126 254 130 -
CMYK 0.50 0 0.49 0.00
HSL 121.88º 0.98% 0.75% -
HSV(B) 121.88º 0.5% 1% -
XYZ 48.08 76.93 33.43 -
YUV 201.59 87.59 74.08 -
System Red Green Blue C M Y K H S L
Decimal 126 254 130 0.50 0 0.49 0.00 121.88 0.98 0.75
Hex 7E FE 82 32 0 31 0 7A 62 4B
Octal 176 376 202 62 0 61 0 172 142 113
Binary 1111110 11111110 10000010 110010 0 110001 0 1111010 1100010 1001011

Color Harmonies of #7EFE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EFE82

Black with #7EFE82

Text Example


Text Example

White with #7EFE82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7EFE82; }

 p { color: rgb(126,254,130); }

 H1.HeaderClassName
 {
   color: #7EFE82;
 }
 .AnyTagClassName
 {
   color: #7EFE82;
 }
</style>

background-color css

<style>
 a { background-color: #7EFE82; }

 a { background-color: rgb(126,254,130); }

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

border-color css

<style>
 span { border-color: #7EFE82; }

 span { border-color: rgb(126,254,130); }

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