Html Css Color HEX #7EC31F Lima

📋 copy color: '#7EC31F'

red 126 ◦ green 195 ◦ blue 31

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

Shades of Lima #7EC31F

Tints of Lima #7EC31F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 55.4%

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

R = 35.8%
G = 55.4%
B = 8.81%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#7EC31F (or 0x7EC31F) is known color: Lima. HEX triplet: 7E, C3 and 1F. RGB value is (126,195,31). Sum of RGB (Red+Green+Blue) = 126+195+31=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 195 (76.56% from 255 or 55.40% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC31F is #813CE0. Grayscale: #9C9C9C. Windows color (decimal): -8469729 or 2081662. OLE color: 2081662.

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

Color convert

RGB 126 195 31 -
CMYK 0.35 0 0.84 0.24
HSL 85.24º 0.73% 0.44% -
HSV(B) 85.24º 0.84% 0.76% -
XYZ 28.37 43.56 8.21 -
YUV 155.67 57.64 106.84 -
System Red Green Blue C M Y K H S L
Decimal 126 195 31 0.35 0 0.84 0.24 85.24 0.73 0.44
Hex 7E C3 1F 23 0 54 18 55 49 2C
Octal 176 303 37 43 0 124 30 125 111 54
Binary 1111110 11000011 11111 100011 0 1010100 11000 1010101 1001001 101100

Color Harmonies of #7EC31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC31F

Black with #7EC31F

Text Example


Text Example

White with #7EC31F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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