Html Css Color HEX #7EBE2A Lima

📋 copy color: '#7EBE2A'

red 126 ◦ green 190 ◦ blue 42

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

Shades of Lima #7EBE2A

Tints of Lima #7EBE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 53.07%

 BLUE value IS 42 (16.8% from 255) = 11.73%

R = 35.2%
G = 53.07%
B = 11.73%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#7EBE2A (or 0x7EBE2A) is known color: Lima. HEX triplet: 7E, BE and 2A. RGB value is (126,190,42). Sum of RGB (Red+Green+Blue) = 126+190+42=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 190 (74.61% from 255 or 53.07% from 358); Blue value is 42 (16.80% from 255 or 11.73% from 358); Max value from RGB is 190 - color contains mainly: green. Hex color #7EBE2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBE2A is #8141D5. Grayscale: #9A9A9A. Windows color (decimal): -8470998 or 2801278. OLE color: 2801278.

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

Color convert

RGB 126 190 42 -
CMYK 0.34 0 0.78 0.25
HSL 85.95º 0.64% 0.45% -
HSV(B) 85.95º 0.78% 0.75% -
XYZ 27.44 41.43 8.74 -
YUV 153.99 64.8 108.03 -
System Red Green Blue C M Y K H S L
Decimal 126 190 42 0.34 0 0.78 0.25 85.95 0.64 0.45
Hex 7E BE 2A 22 0 4E 19 56 40 2D
Octal 176 276 52 42 0 116 31 126 100 55
Binary 1111110 10111110 101010 100010 0 1001110 11001 1010110 1000000 101101

Color Harmonies of #7EBE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBE2A

Black with #7EBE2A

Text Example


Text Example

White with #7EBE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,190,42); }

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

background-color css

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

 a { background-color: rgb(126,190,42); }

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

border-color css

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

 span { border-color: rgb(126,190,42); }

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