Html Css Color HEX #7ECB16 Lima

📋 copy color: '#7ECB16'

red 126 ◦ green 203 ◦ blue 22

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

Shades of Lima #7ECB16

Tints of Lima #7ECB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.27%

R = 35.9%
G = 57.83%
B = 6.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#7ECB16 (or 0x7ECB16) is known color: Lima. HEX triplet: 7E, CB and 16. RGB value is (126,203,22). Sum of RGB (Red+Green+Blue) = 126+203+22=351 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.90% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 22 (8.98% from 255 or 6.27% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB16 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECB16 is #8134E9. Grayscale: #9F9F9F. Windows color (decimal): -8467690 or 1493886. OLE color: 1493886.

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

Color convert

RGB 126 203 22 -
CMYK 0.38 0 0.89 0.20
HSL 85.52º 0.8% 0.44% -
HSV(B) 85.52º 0.89% 0.8% -
XYZ 30.1 47.21 8.28 -
YUV 159.34 50.49 104.22 -
System Red Green Blue C M Y K H S L
Decimal 126 203 22 0.38 0 0.89 0.20 85.52 0.8 0.44
Hex 7E CB 16 26 0 59 14 56 50 2C
Octal 176 313 26 46 0 131 24 126 120 54
Binary 1111110 11001011 10110 100110 0 1011001 10100 1010110 1010000 101100

Color Harmonies of #7ECB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECB16

Black with #7ECB16

Text Example


Text Example

White with #7ECB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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