Html Css Color HEX #7ED014 Lima

📋 copy color: '#7ED014'

red 126 ◦ green 208 ◦ blue 20

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

Shades of Lima #7ED014

Tints of Lima #7ED014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.76%

 BLUE value IS 20 (8.2% from 255) = 5.65%

R = 35.59%
G = 58.76%
B = 5.65%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#7ED014 (or 0x7ED014) is known color: Lima. HEX triplet: 7E, D0 and 14. RGB value is (126,208,20). Sum of RGB (Red+Green+Blue) = 126+208+20=354 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.59% from 354); Green value is 208 (81.64% from 255 or 58.76% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED014 is #812FEB. Grayscale: #A2A2A2. Windows color (decimal): -8466412 or 1364094. OLE color: 1364094.

HSL color Cylindrical-coordinate representation of color #7ED014: hue angle of 86.17º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7ED014 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 208 20 -
CMYK 0.39 0 0.90 0.18
HSL 86.17º 0.82% 0.45% -
HSV(B) 86.17º 0.9% 0.82% -
XYZ 31.29 49.6 8.59 -
YUV 162.05 47.83 102.29 -
System Red Green Blue C M Y K H S L
Decimal 126 208 20 0.39 0 0.90 0.18 86.17 0.82 0.45
Hex 7E D0 14 27 0 5A 12 56 52 2D
Octal 176 320 24 47 0 132 22 126 122 55
Binary 1111110 11010000 10100 100111 0 1011010 10010 1010110 1010010 101101

Color Harmonies of #7ED014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED014

Black with #7ED014

Text Example


Text Example

White with #7ED014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,208,20); }

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

background-color css

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

 a { background-color: rgb(126,208,20); }

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

border-color css

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

 span { border-color: rgb(126,208,20); }

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