Html Css Color HEX #7EB525 Lima

📋 copy color: '#7EB525'

red 126 ◦ green 181 ◦ blue 37

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

Shades of Lima #7EB525

Tints of Lima #7EB525

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.62%

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

R = 36.63%
G = 52.62%
B = 10.76%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#7EB525 (or 0x7EB525) is known color: Lima. HEX triplet: 7E, B5 and 25. RGB value is (126,181,37). Sum of RGB (Red+Green+Blue) = 126+181+37=344 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.63% from 344); Green value is 181 (71.09% from 255 or 52.62% from 344); Blue value is 37 (14.84% from 255 or 10.76% from 344); Max value from RGB is 181 - color contains mainly: green. Hex color #7EB525 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EB525 is #814ADA. Grayscale: #949494. Windows color (decimal): -8473307 or 2471294. OLE color: 2471294.

HSL color Cylindrical-coordinate representation of color #7EB525: hue angle of 82.92º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EB525 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 126 181 37 -
CMYK 0.30 0 0.80 0.29
HSL 82.92º 0.66% 0.43% -
HSV(B) 82.92º 0.8% 0.71% -
XYZ 25.46 37.62 7.67 -
YUV 148.14 65.28 112.21 -
System Red Green Blue C M Y K H S L
Decimal 126 181 37 0.30 0 0.80 0.29 82.92 0.66 0.43
Hex 7E B5 25 1E 0 50 1D 53 42 2B
Octal 176 265 45 36 0 120 35 123 102 53
Binary 1111110 10110101 100101 11110 0 1010000 11101 1010011 1000010 101011

Color Harmonies of #7EB525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EB525

Black with #7EB525

Text Example


Text Example

White with #7EB525

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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