Html Css Color HEX #7EC71F Lima

📋 copy color: '#7EC71F'

red 126 ◦ green 199 ◦ blue 31

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

Shades of Lima #7EC71F

Tints of Lima #7EC71F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.9%

 BLUE value IS 31 (12.5% from 255) = 8.71%

R = 35.39%
G = 55.9%
B = 8.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#7EC71F (or 0x7EC71F) is known color: Lima. HEX triplet: 7E, C7 and 1F. RGB value is (126,199,31). Sum of RGB (Red+Green+Blue) = 126+199+31=356 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.39% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC71F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC71F is #8138E0. Grayscale: #9E9E9E. Windows color (decimal): -8468705 or 2082686. OLE color: 2082686.

HSL color Cylindrical-coordinate representation of color #7EC71F: hue angle of 86.07º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EC71F is Cyan = 0.37, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 126 199 31 -
CMYK 0.37 0 0.84 0.22
HSL 86.07º 0.73% 0.45% -
HSV(B) 86.07º 0.84% 0.78% -
XYZ 29.27 45.38 8.51 -
YUV 158.02 56.32 105.16 -
System Red Green Blue C M Y K H S L
Decimal 126 199 31 0.37 0 0.84 0.22 86.07 0.73 0.45
Hex 7E C7 1F 25 0 54 16 56 49 2D
Octal 176 307 37 45 0 124 26 126 111 55
Binary 1111110 11000111 11111 100101 0 1010100 10110 1010110 1001001 101101

Color Harmonies of #7EC71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC71F

Black with #7EC71F

Text Example


Text Example

White with #7EC71F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,199,31); }

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

background-color css

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

 a { background-color: rgb(126,199,31); }

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

border-color css

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

 span { border-color: rgb(126,199,31); }

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