Html Css Color HEX #7EC306 Lima

📋 copy color: '#7EC306'

red 126 ◦ green 195 ◦ blue 6

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

Shades of Lima #7EC306

Tints of Lima #7EC306

RGB

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

 GREEN value IS 195 (76.56% from 255) = 59.63%

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 38.53%
G = 59.63%
B = 1.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#7EC306 (or 0x7EC306) is known color: Lima. HEX triplet: 7E, C3 and 06. RGB value is (126,195,6). Sum of RGB (Red+Green+Blue) = 126+195+6=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 195 (76.56% from 255 or 59.63% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC306 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC306 is #813CF9. Grayscale: #999999. Windows color (decimal): -8469754 or 443262. OLE color: 443262.

HSL color Cylindrical-coordinate representation of color #7EC306: hue angle of 81.9º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7EC306 is Cyan = 0.35, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 195 6 -
CMYK 0.35 0 0.97 0.24
HSL 81.9º 0.94% 0.39% -
HSV(B) 81.9º 0.97% 0.76% -
XYZ 28.15 43.48 7.08 -
YUV 152.82 45.14 108.87 -
System Red Green Blue C M Y K H S L
Decimal 126 195 6 0.35 0 0.97 0.24 81.9 0.94 0.39
Hex 7E C3 6 23 0 61 18 52 5E 27
Octal 176 303 6 43 0 141 30 122 136 47
Binary 1111110 11000011 110 100011 0 1100001 11000 1010010 1011110 100111

Color Harmonies of #7EC306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC306

Black with #7EC306

Text Example


Text Example

White with #7EC306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,195,6); }

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

background-color css

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

 a { background-color: rgb(126,195,6); }

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

border-color css

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

 span { border-color: rgb(126,195,6); }

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