Html Css Color HEX #7EC00A Lima

📋 copy color: '#7EC00A'

red 126 ◦ green 192 ◦ blue 10

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

Shades of Lima #7EC00A

Tints of Lima #7EC00A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.05%

R = 38.41%
G = 58.54%
B = 3.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#7EC00A (or 0x7EC00A) is known color: Lima. HEX triplet: 7E, C0 and 0A. RGB value is (126,192,10). Sum of RGB (Red+Green+Blue) = 126+192+10=328 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.41% from 328); Green value is 192 (75.39% from 255 or 58.54% from 328); Blue value is 10 (4.30% from 255 or 3.05% from 328); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC00A is #813FF5. Grayscale: #989898. Windows color (decimal): -8470518 or 704638. OLE color: 704638.

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

Color convert

RGB 126 192 10 -
CMYK 0.34 0 0.95 0.25
HSL 81.76º 0.9% 0.4% -
HSV(B) 81.76º 0.95% 0.75% -
XYZ 27.51 42.16 6.97 -
YUV 151.52 48.13 109.8 -
System Red Green Blue C M Y K H S L
Decimal 126 192 10 0.34 0 0.95 0.25 81.76 0.9 0.4
Hex 7E C0 A 22 0 5F 19 52 5A 28
Octal 176 300 12 42 0 137 31 122 132 50
Binary 1111110 11000000 1010 100010 0 1011111 11001 1010010 1011010 101000

Color Harmonies of #7EC00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC00A

Black with #7EC00A

Text Example


Text Example

White with #7EC00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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