Html Css Color HEX #7EC12C Lima

📋 copy color: '#7EC12C'

red 126 ◦ green 193 ◦ blue 44

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

Shades of Lima #7EC12C

Tints of Lima #7EC12C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.17%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 34.71%
G = 53.17%
B = 12.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#7EC12C (or 0x7EC12C) is known color: Lima. HEX triplet: 7E, C1 and 2C. RGB value is (126,193,44). Sum of RGB (Red+Green+Blue) = 126+193+44=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 193 (75.78% from 255 or 53.17% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC12C is #813ED3. Grayscale: #9C9C9C. Windows color (decimal): -8470228 or 2933118. OLE color: 2933118.

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

Color convert

RGB 126 193 44 -
CMYK 0.35 0 0.77 0.24
HSL 86.98º 0.63% 0.46% -
HSV(B) 86.98º 0.77% 0.76% -
XYZ 28.13 42.76 9.15 -
YUV 155.98 64.8 106.62 -
System Red Green Blue C M Y K H S L
Decimal 126 193 44 0.35 0 0.77 0.24 86.98 0.63 0.46
Hex 7E C1 2C 23 0 4D 18 57 3F 2E
Octal 176 301 54 43 0 115 30 127 77 56
Binary 1111110 11000001 101100 100011 0 1001101 11000 1010111 111111 101110

Color Harmonies of #7EC12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC12C

Black with #7EC12C

Text Example


Text Example

White with #7EC12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,193,44); }

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

background-color css

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

 a { background-color: rgb(126,193,44); }

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

border-color css

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

 span { border-color: rgb(126,193,44); }

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