Html Css Color HEX #7ED20E Lima

📋 copy color: '#7ED20E'

red 126 ◦ green 210 ◦ blue 14

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

Shades of Lima #7ED20E

Tints of Lima #7ED20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60%

 BLUE value IS 14 (5.86% from 255) = 4%

R = 36%
G = 60%
B = 4%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#7ED20E (or 0x7ED20E) is known color: Lima. HEX triplet: 7E, D2 and 0E. RGB value is (126,210,14). Sum of RGB (Red+Green+Blue) = 126+210+14=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED20E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED20E is #812DF1. Grayscale: #A3A3A3. Windows color (decimal): -8465906 or 971390. OLE color: 971390.

HSL color Cylindrical-coordinate representation of color #7ED20E: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7ED20E is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 210 14 -
CMYK 0.4 0 0.93 0.18
HSL 85.71º 0.88% 0.44% -
HSV(B) 85.71º 0.93% 0.82% -
XYZ 31.73 50.56 8.5 -
YUV 162.54 44.17 101.94 -
System Red Green Blue C M Y K H S L
Decimal 126 210 14 0.4 0 0.93 0.18 85.71 0.88 0.44
Hex 7E D2 E 28 0 5D 12 56 58 2C
Octal 176 322 16 50 0 135 22 126 130 54
Binary 1111110 11010010 1110 101000 0 1011101 10010 1010110 1011000 101100

Color Harmonies of #7ED20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED20E

Black with #7ED20E

Text Example


Text Example

White with #7ED20E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,210,14); }

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

background-color css

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

 a { background-color: rgb(126,210,14); }

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

border-color css

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

 span { border-color: rgb(126,210,14); }

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