Html Css Color HEX #7ECE1A Lima

📋 copy color: '#7ECE1A'

red 126 ◦ green 206 ◦ blue 26

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

Shades of Lima #7ECE1A

Tints of Lima #7ECE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.54%

 BLUE value IS 26 (10.55% from 255) = 7.26%

R = 35.2%
G = 57.54%
B = 7.26%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#7ECE1A (or 0x7ECE1A) is known color: Lima. HEX triplet: 7E, CE and 1A. RGB value is (126,206,26). Sum of RGB (Red+Green+Blue) = 126+206+26=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 206 (80.86% from 255 or 57.54% from 358); Blue value is 26 (10.55% from 255 or 7.26% from 358); Max value from RGB is 206 - color contains mainly: green. Hex color #7ECE1A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECE1A is #8131E5. Grayscale: #A2A2A2. Windows color (decimal): -8466918 or 1756798. OLE color: 1756798.

HSL color Cylindrical-coordinate representation of color #7ECE1A: hue angle of 86.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7ECE1A is Cyan = 0.39, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 206 26 -
CMYK 0.39 0 0.87 0.19
HSL 86.67º 0.78% 0.45% -
HSV(B) 86.67º 0.87% 0.81% -
XYZ 30.86 48.65 8.74 -
YUV 161.56 51.5 102.64 -
System Red Green Blue C M Y K H S L
Decimal 126 206 26 0.39 0 0.87 0.19 86.67 0.78 0.45
Hex 7E CE 1A 27 0 57 13 57 4E 2D
Octal 176 316 32 47 0 127 23 127 116 55
Binary 1111110 11001110 11010 100111 0 1010111 10011 1010111 1001110 101101

Color Harmonies of #7ECE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECE1A

Black with #7ECE1A

Text Example


Text Example

White with #7ECE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,206,26); }

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

background-color css

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

 a { background-color: rgb(126,206,26); }

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

border-color css

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

 span { border-color: rgb(126,206,26); }

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