Html Css Color HEX #7ECB0C Lima

📋 copy color: '#7ECB0C'

red 126 ◦ green 203 ◦ blue 12

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

Shades of Lima #7ECB0C

Tints of Lima #7ECB0C

RGB

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

 GREEN value IS 203 (79.69% from 255) = 59.53%

 BLUE value IS 12 (5.08% from 255) = 3.52%

R = 36.95%
G = 59.53%
B = 3.52%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.94

 K value IS 0.20

RGB Variations

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

Color information

#7ECB0C (or 0x7ECB0C) is known color: Lima. HEX triplet: 7E, CB and 0C. RGB value is (126,203,12). Sum of RGB (Red+Green+Blue) = 126+203+12=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 203 (79.69% from 255 or 59.53% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECB0C is #8134F3. Grayscale: #9E9E9E. Windows color (decimal): -8467700 or 838526. OLE color: 838526.

HSL color Cylindrical-coordinate representation of color #7ECB0C: hue angle of 84.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7ECB0C is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.

Color convert

RGB 126 203 12 -
CMYK 0.38 0 0.94 0.20
HSL 84.19º 0.89% 0.42% -
HSV(B) 84.19º 0.94% 0.8% -
XYZ 30.03 47.17 7.87 -
YUV 158.2 45.49 105.03 -
System Red Green Blue C M Y K H S L
Decimal 126 203 12 0.38 0 0.94 0.20 84.19 0.89 0.42
Hex 7E CB C 26 0 5E 14 54 59 2A
Octal 176 313 14 46 0 136 24 124 131 52
Binary 1111110 11001011 1100 100110 0 1011110 10100 1010100 1011001 101010

Color Harmonies of #7ECB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECB0C

Black with #7ECB0C

Text Example


Text Example

White with #7ECB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,203,12); }

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

background-color css

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

 a { background-color: rgb(126,203,12); }

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

border-color css

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

 span { border-color: rgb(126,203,12); }

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