Html Css Color HEX #7EC035 Lima

📋 copy color: '#7EC035'

red 126 ◦ green 192 ◦ blue 53

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

Shades of Lima #7EC035

Tints of Lima #7EC035

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.75%

 BLUE value IS 53 (21.09% from 255) = 14.29%

R = 33.96%
G = 51.75%
B = 14.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#7EC035 (or 0x7EC035) is known color: Lima. HEX triplet: 7E, C0 and 35. RGB value is (126,192,53). Sum of RGB (Red+Green+Blue) = 126+192+53=371 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.96% from 371); Green value is 192 (75.39% from 255 or 51.75% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC035 is #813FCA. Grayscale: #9C9C9C. Windows color (decimal): -8470475 or 3522686. OLE color: 3522686.

HSL color Cylindrical-coordinate representation of color #7EC035: hue angle of 88.49º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7EC035 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 192 53 -
CMYK 0.34 0 0.72 0.25
HSL 88.49º 0.57% 0.48% -
HSV(B) 88.49º 0.72% 0.75% -
XYZ 28.1 42.39 10.07 -
YUV 156.42 69.63 106.3 -
System Red Green Blue C M Y K H S L
Decimal 126 192 53 0.34 0 0.72 0.25 88.49 0.57 0.48
Hex 7E C0 35 22 0 48 19 58 39 30
Octal 176 300 65 42 0 110 31 130 71 60
Binary 1111110 11000000 110101 100010 0 1001000 11001 1011000 111001 110000

Color Harmonies of #7EC035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC035

Black with #7EC035

Text Example


Text Example

White with #7EC035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,192,53); }

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

background-color css

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

 a { background-color: rgb(126,192,53); }

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

border-color css

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

 span { border-color: rgb(126,192,53); }

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