Html Css Color HEX #7EC234 Lima

📋 copy color: '#7EC234'

red 126 ◦ green 194 ◦ blue 52

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

Shades of Lima #7EC234

Tints of Lima #7EC234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13.98%

R = 33.87%
G = 52.15%
B = 13.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#7EC234 (or 0x7EC234) is known color: Lima. HEX triplet: 7E, C2 and 34. RGB value is (126,194,52). Sum of RGB (Red+Green+Blue) = 126+194+52=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 194 (76.17% from 255 or 52.15% from 372); Blue value is 52 (20.70% from 255 or 13.98% from 372); Max value from RGB is 194 - color contains mainly: green. Hex color #7EC234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC234 is #813DCB. Grayscale: #9D9D9D. Windows color (decimal): -8469964 or 3457662. OLE color: 3457662.

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

Color convert

RGB 126 194 52 -
CMYK 0.35 0 0.73 0.24
HSL 88.73º 0.58% 0.48% -
HSV(B) 88.73º 0.73% 0.76% -
XYZ 28.52 43.27 10.1 -
YUV 157.48 68.47 105.55 -
System Red Green Blue C M Y K H S L
Decimal 126 194 52 0.35 0 0.73 0.24 88.73 0.58 0.48
Hex 7E C2 34 23 0 49 18 59 3A 30
Octal 176 302 64 43 0 111 30 131 72 60
Binary 1111110 11000010 110100 100011 0 1001001 11000 1011001 111010 110000

Color Harmonies of #7EC234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC234

Black with #7EC234

Text Example


Text Example

White with #7EC234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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