Html Css Color HEX #7ECB20 Lima

📋 copy color: '#7ECB20'

red 126 ◦ green 203 ◦ blue 32

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

Shades of Lima #7ECB20

Tints of Lima #7ECB20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.86%

R = 34.9%
G = 56.23%
B = 8.86%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#7ECB20 (or 0x7ECB20) is known color: Lima. HEX triplet: 7E, CB and 20. RGB value is (126,203,32). Sum of RGB (Red+Green+Blue) = 126+203+32=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 203 (79.69% from 255 or 56.23% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7ECB20 is #8134DF. Grayscale: #A1A1A1. Windows color (decimal): -8467680 or 2149246. OLE color: 2149246.

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

Color convert

RGB 126 203 32 -
CMYK 0.38 0 0.84 0.20
HSL 87.02º 0.73% 0.46% -
HSV(B) 87.02º 0.84% 0.8% -
XYZ 30.22 47.25 8.89 -
YUV 160.48 55.49 103.4 -
System Red Green Blue C M Y K H S L
Decimal 126 203 32 0.38 0 0.84 0.20 87.02 0.73 0.46
Hex 7E CB 20 26 0 54 14 57 49 2E
Octal 176 313 40 46 0 124 24 127 111 56
Binary 1111110 11001011 100000 100110 0 1010100 10100 1010111 1001001 101110

Color Harmonies of #7ECB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECB20

Black with #7ECB20

Text Example


Text Example

White with #7ECB20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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