Html Css Color HEX #7EBF2A Lima

📋 copy color: '#7EBF2A'

red 126 ◦ green 191 ◦ blue 42

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

Shades of Lima #7EBF2A

Tints of Lima #7EBF2A

RGB

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

 GREEN value IS 191 (75% from 255) = 53.2%

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

R = 35.1%
G = 53.2%
B = 11.7%

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

#7EBF2A (or 0x7EBF2A) is known color: Lima. HEX triplet: 7E, BF and 2A. RGB value is (126,191,42). Sum of RGB (Red+Green+Blue) = 126+191+42=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #7EBF2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EBF2A is #8140D5. Grayscale: #9B9B9B. Windows color (decimal): -8470742 or 2801534. OLE color: 2801534.

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

Color convert

RGB 126 191 42 -
CMYK 0.34 0 0.78 0.25
HSL 86.17º 0.64% 0.46% -
HSV(B) 86.17º 0.78% 0.75% -
XYZ 27.65 41.86 8.81 -
YUV 154.58 64.47 107.62 -
System Red Green Blue C M Y K H S L
Decimal 126 191 42 0.34 0 0.78 0.25 86.17 0.64 0.46
Hex 7E BF 2A 22 0 4E 19 56 40 2E
Octal 176 277 52 42 0 116 31 126 100 56
Binary 1111110 10111111 101010 100010 0 1001110 11001 1010110 1000000 101110

Color Harmonies of #7EBF2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBF2A

Black with #7EBF2A

Text Example


Text Example

White with #7EBF2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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