Html Css Color HEX #7ECC0B Lima

📋 copy color: '#7ECC0B'

red 126 ◦ green 204 ◦ blue 11

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

Shades of Lima #7ECC0B

Tints of Lima #7ECC0B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 59.82%

 BLUE value IS 11 (4.69% from 255) = 3.23%

R = 36.95%
G = 59.82%
B = 3.23%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#7ECC0B (or 0x7ECC0B) is known color: Lima. HEX triplet: 7E, CC and 0B. RGB value is (126,204,11). Sum of RGB (Red+Green+Blue) = 126+204+11=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 204 (80.08% from 255 or 59.82% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 204 - color contains mainly: green. Hex color #7ECC0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECC0B is #8133F4. Grayscale: #9F9F9F. Windows color (decimal): -8467445 or 773246. OLE color: 773246.

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

Color convert

RGB 126 204 11 -
CMYK 0.38 0 0.95 0.2
HSL 84.25º 0.9% 0.42% -
HSV(B) 84.25º 0.95% 0.8% -
XYZ 30.26 47.65 7.92 -
YUV 158.68 44.66 104.69 -
System Red Green Blue C M Y K H S L
Decimal 126 204 11 0.38 0 0.95 0.2 84.25 0.9 0.42
Hex 7E CC B 26 0 5F 14 54 5A 2A
Octal 176 314 13 46 0 137 24 124 132 52
Binary 1111110 11001100 1011 100110 0 1011111 10100 1010100 1011010 101010

Color Harmonies of #7ECC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECC0B

Black with #7ECC0B

Text Example


Text Example

White with #7ECC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,204,11); }

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

background-color css

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

 a { background-color: rgb(126,204,11); }

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

border-color css

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

 span { border-color: rgb(126,204,11); }

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