Html Css Color HEX #7EC215 Lima

📋 copy color: '#7EC215'

red 126 ◦ green 194 ◦ blue 21

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

Shades of Lima #7EC215

Tints of Lima #7EC215

RGB

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

 GREEN value IS 194 (76.17% from 255) = 56.89%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 36.95%
G = 56.89%
B = 6.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#7EC215 (or 0x7EC215) is known color: Lima. HEX triplet: 7E, C2 and 15. RGB value is (126,194,21). Sum of RGB (Red+Green+Blue) = 126+194+21=341 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.95% from 341); Green value is 194 (76.17% from 255 or 56.89% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC215 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC215 is #813DEA. Grayscale: #9A9A9A. Windows color (decimal): -8469995 or 1426046. OLE color: 1426046.

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

Color convert

RGB 126 194 21 -
CMYK 0.35 0 0.89 0.24
HSL 83.58º 0.8% 0.42% -
HSV(B) 83.58º 0.89% 0.76% -
XYZ 28.03 43.07 7.55 -
YUV 153.95 52.97 108.07 -
System Red Green Blue C M Y K H S L
Decimal 126 194 21 0.35 0 0.89 0.24 83.58 0.8 0.42
Hex 7E C2 15 23 0 59 18 54 50 2A
Octal 176 302 25 43 0 131 30 124 120 52
Binary 1111110 11000010 10101 100011 0 1011001 11000 1010100 1010000 101010

Color Harmonies of #7EC215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC215

Black with #7EC215

Text Example


Text Example

White with #7EC215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,194,21); }

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

background-color css

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

 a { background-color: rgb(126,194,21); }

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

border-color css

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

 span { border-color: rgb(126,194,21); }

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