Html Css Color HEX #7ED013 Lima

📋 copy color: '#7ED013'

red 126 ◦ green 208 ◦ blue 19

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

Shades of Lima #7ED013

Tints of Lima #7ED013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.38%

R = 35.69%
G = 58.92%
B = 5.38%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#7ED013 (or 0x7ED013) is known color: Lima. HEX triplet: 7E, D0 and 13. RGB value is (126,208,19). Sum of RGB (Red+Green+Blue) = 126+208+19=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 208 (81.64% from 255 or 58.92% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 208 - color contains mainly: green. Hex color #7ED013 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED013 is #812FEC. Grayscale: #A2A2A2. Windows color (decimal): -8466413 or 1298558. OLE color: 1298558.

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

Color convert

RGB 126 208 19 -
CMYK 0.39 0 0.91 0.18
HSL 86.03º 0.83% 0.45% -
HSV(B) 86.03º 0.91% 0.82% -
XYZ 31.28 49.59 8.54 -
YUV 161.94 47.33 102.37 -
System Red Green Blue C M Y K H S L
Decimal 126 208 19 0.39 0 0.91 0.18 86.03 0.83 0.45
Hex 7E D0 13 27 0 5B 12 56 53 2D
Octal 176 320 23 47 0 133 22 126 123 55
Binary 1111110 11010000 10011 100111 0 1011011 10010 1010110 1010011 101101

Color Harmonies of #7ED013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED013

Black with #7ED013

Text Example


Text Example

White with #7ED013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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