Html Css Color HEX #7EC334 Lima

📋 copy color: '#7EC334'

red 126 ◦ green 195 ◦ blue 52

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

Shades of Lima #7EC334

Tints of Lima #7EC334

RGB

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

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

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

R = 33.78%
G = 52.28%
B = 13.94%

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

#7EC334 (or 0x7EC334) is known color: Lima. HEX triplet: 7E, C3 and 34. RGB value is (126,195,52). Sum of RGB (Red+Green+Blue) = 126+195+52=373 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.78% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 52 (20.70% from 255 or 13.94% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC334 is #813CCB. Grayscale: #9E9E9E. Windows color (decimal): -8469708 or 3457918. OLE color: 3457918.

HSL color Cylindrical-coordinate representation of color #7EC334: hue angle of 88.95º 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 #7EC334 is Cyan = 0.35, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 126 195 52 -
CMYK 0.35 0 0.73 0.24
HSL 88.95º 0.58% 0.48% -
HSV(B) 88.95º 0.73% 0.76% -
XYZ 28.74 43.71 10.17 -
YUV 158.07 68.14 105.13 -
System Red Green Blue C M Y K H S L
Decimal 126 195 52 0.35 0 0.73 0.24 88.95 0.58 0.48
Hex 7E C3 34 23 0 49 18 59 3A 30
Octal 176 303 64 43 0 111 30 131 72 60
Binary 1111110 11000011 110100 100011 0 1001001 11000 1011001 111010 110000

Color Harmonies of #7EC334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC334

Black with #7EC334

Text Example


Text Example

White with #7EC334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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