Html Css Color HEX #7ED201 Lawn Green

📋 copy color: '#7ED201'

red 126 ◦ green 210 ◦ blue 1

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

Shades of Lawn Green #7ED201

Tints of Lawn Green #7ED201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 37.39%
G = 62.31%
B = 0.3%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 1.00

 K value IS 0.18

RGB Variations

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

Color information

#7ED201 (or 0x7ED201) is known color: Lawn Green. HEX triplet: 7E, D2 and 01. RGB value is (126,210,1). Sum of RGB (Red+Green+Blue) = 126+210+1=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 210 (82.42% from 255 or 62.31% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED201 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ED201 is #812DFE. Grayscale: #A1A1A1. Windows color (decimal): -8465919 or 119422. OLE color: 119422.

HSL color Cylindrical-coordinate representation of color #7ED201: hue angle of 84.11º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7ED201 is Cyan = 0.4, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 210 1 -
CMYK 0.4 0 1.00 0.18
HSL 84.11º 0.99% 0.41% -
HSV(B) 84.11º 1% 0.82% -
XYZ 31.66 50.53 8.11 -
YUV 161.06 37.67 102.99 -
System Red Green Blue C M Y K H S L
Decimal 126 210 1 0.4 0 1.00 0.18 84.11 0.99 0.41
Hex 7E D2 1 28 0 64 12 54 63 29
Octal 176 322 1 50 0 144 22 124 143 51
Binary 1111110 11010010 1 101000 0 1100100 10010 1010100 1100011 101001

Color Harmonies of #7ED201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED201

Black with #7ED201

Text Example


Text Example

White with #7ED201

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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