Html Css Color HEX #7EC002 Lima

📋 copy color: '#7EC002'

red 126 ◦ green 192 ◦ blue 2

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

Shades of Lima #7EC002

Tints of Lima #7EC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60%

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 39.38%
G = 60%
B = 0.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#7EC002 (or 0x7EC002) is known color: Lima. HEX triplet: 7E, C0 and 02. RGB value is (126,192,2). Sum of RGB (Red+Green+Blue) = 126+192+2=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 192 (75.39% from 255 or 60% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC002 is #813FFD. Grayscale: #979797. Windows color (decimal): -8470526 or 180350. OLE color: 180350.

HSL color Cylindrical-coordinate representation of color #7EC002: hue angle of 80.84º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC002 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 2 -
CMYK 0.34 0 0.99 0.25
HSL 80.84º 0.98% 0.38% -
HSV(B) 80.84º 0.99% 0.75% -
XYZ 27.46 42.14 6.74 -
YUV 150.61 44.13 110.45 -
System Red Green Blue C M Y K H S L
Decimal 126 192 2 0.34 0 0.99 0.25 80.84 0.98 0.38
Hex 7E C0 2 22 0 63 19 51 62 26
Octal 176 300 2 42 0 143 31 121 142 46
Binary 1111110 11000000 10 100010 0 1100011 11001 1010001 1100010 100110

Color Harmonies of #7EC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC002

Black with #7EC002

Text Example


Text Example

White with #7EC002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,2); }

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

background-color css

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

 a { background-color: rgb(126,192,2); }

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

border-color css

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

 span { border-color: rgb(126,192,2); }

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