Html Css Color HEX #7EC127 Lima

📋 copy color: '#7EC127'

red 126 ◦ green 193 ◦ blue 39

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

Shades of Lima #7EC127

Tints of Lima #7EC127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.89%

R = 35.2%
G = 53.91%
B = 10.89%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#7EC127 (or 0x7EC127) is known color: Lima. HEX triplet: 7E, C1 and 27. RGB value is (126,193,39). Sum of RGB (Red+Green+Blue) = 126+193+39=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 193 (75.78% from 255 or 53.91% from 358); Blue value is 39 (15.62% from 255 or 10.89% from 358); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC127 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC127 is #813ED8. Grayscale: #9B9B9B. Windows color (decimal): -8470233 or 2605438. OLE color: 2605438.

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

Color convert

RGB 126 193 39 -
CMYK 0.35 0 0.80 0.24
HSL 86.1º 0.66% 0.45% -
HSV(B) 86.1º 0.8% 0.76% -
XYZ 28.04 42.72 8.69 -
YUV 155.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 126 193 39 0.35 0 0.80 0.24 86.1 0.66 0.45
Hex 7E C1 27 23 0 50 18 56 42 2D
Octal 176 301 47 43 0 120 30 126 102 55
Binary 1111110 11000001 100111 100011 0 1010000 11000 1010110 1000010 101101

Color Harmonies of #7EC127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC127

Black with #7EC127

Text Example


Text Example

White with #7EC127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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