Html Css Color HEX #7EC325 Lima

📋 copy color: '#7EC325'

red 126 ◦ green 195 ◦ blue 37

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

Shades of Lima #7EC325

Tints of Lima #7EC325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.34%

R = 35.2%
G = 54.47%
B = 10.34%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7EC325 (or 0x7EC325) is known color: Lima. HEX triplet: 7E, C3 and 25. RGB value is (126,195,37). Sum of RGB (Red+Green+Blue) = 126+195+37=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #7EC325 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC325 is #813CDA. Grayscale: #9C9C9C. Windows color (decimal): -8469723 or 2474878. OLE color: 2474878.

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

Color convert

RGB 126 195 37 -
CMYK 0.35 0 0.81 0.24
HSL 86.2º 0.68% 0.45% -
HSV(B) 86.2º 0.81% 0.76% -
XYZ 28.45 43.6 8.67 -
YUV 156.36 60.64 106.35 -
System Red Green Blue C M Y K H S L
Decimal 126 195 37 0.35 0 0.81 0.24 86.2 0.68 0.45
Hex 7E C3 25 23 0 51 18 56 44 2D
Octal 176 303 45 43 0 121 30 126 104 55
Binary 1111110 11000011 100101 100011 0 1010001 11000 1010110 1000100 101101

Color Harmonies of #7EC325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EC325

Black with #7EC325

Text Example


Text Example

White with #7EC325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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