Html Css Color HEX #7EC231 Lima

📋 copy color: '#7EC231'

red 126 ◦ green 194 ◦ blue 49

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

Shades of Lima #7EC231

Tints of Lima #7EC231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.28%

R = 34.15%
G = 52.57%
B = 13.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#7EC231 (or 0x7EC231) is known color: Lima. HEX triplet: 7E, C2 and 31. RGB value is (126,194,49). Sum of RGB (Red+Green+Blue) = 126+194+49=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 194 (76.17% from 255 or 52.57% from 369); Blue value is 49 (19.53% from 255 or 13.28% from 369); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC231 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC231 is #813DCE. Grayscale: #9D9D9D. Windows color (decimal): -8469967 or 3261054. OLE color: 3261054.

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

Color convert

RGB 126 194 49 -
CMYK 0.35 0 0.75 0.24
HSL 88.14º 0.6% 0.48% -
HSV(B) 88.14º 0.75% 0.76% -
XYZ 28.45 43.24 9.75 -
YUV 157.14 66.97 105.79 -
System Red Green Blue C M Y K H S L
Decimal 126 194 49 0.35 0 0.75 0.24 88.14 0.6 0.48
Hex 7E C2 31 23 0 4B 18 58 3C 30
Octal 176 302 61 43 0 113 30 130 74 60
Binary 1111110 11000010 110001 100011 0 1001011 11000 1011000 111100 110000

Color Harmonies of #7EC231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC231

Black with #7EC231

Text Example


Text Example

White with #7EC231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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