Html Css Color HEX #7ED210 Lima

📋 copy color: '#7ED210'

red 126 ◦ green 210 ◦ blue 16

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

Shades of Lima #7ED210

Tints of Lima #7ED210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.55%

R = 35.8%
G = 59.66%
B = 4.55%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#7ED210 (or 0x7ED210) is known color: Lima. HEX triplet: 7E, D2 and 10. RGB value is (126,210,16). Sum of RGB (Red+Green+Blue) = 126+210+16=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 210 (82.42% from 255 or 59.66% from 352); Blue value is 16 (6.64% from 255 or 4.55% from 352); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED210 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED210 is #812DEF. Grayscale: #A3A3A3. Windows color (decimal): -8465904 or 1102462. OLE color: 1102462.

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

Color convert

RGB 126 210 16 -
CMYK 0.4 0 0.92 0.18
HSL 85.98º 0.86% 0.44% -
HSV(B) 85.98º 0.92% 0.82% -
XYZ 31.74 50.57 8.58 -
YUV 162.77 45.17 101.77 -
System Red Green Blue C M Y K H S L
Decimal 126 210 16 0.4 0 0.92 0.18 85.98 0.86 0.44
Hex 7E D2 10 28 0 5C 12 56 56 2C
Octal 176 322 20 50 0 134 22 126 126 54
Binary 1111110 11010010 10000 101000 0 1011100 10010 1010110 1010110 101100

Color Harmonies of #7ED210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED210

Black with #7ED210

Text Example


Text Example

White with #7ED210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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