Html Css Color HEX #7EBA14 Lima

📋 copy color: '#7EBA14'

red 126 ◦ green 186 ◦ blue 20

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

Shades of Lima #7EBA14

Tints of Lima #7EBA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 56.02%

 BLUE value IS 20 (8.2% from 255) = 6.02%

R = 37.95%
G = 56.02%
B = 6.02%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#7EBA14 (or 0x7EBA14) is known color: Lima. HEX triplet: 7E, BA and 14. RGB value is (126,186,20). Sum of RGB (Red+Green+Blue) = 126+186+20=332 (43% of max value = 765). Red value is 126 (49.61% from 255 or 37.95% from 332); Green value is 186 (73.05% from 255 or 56.02% from 332); Blue value is 20 (8.20% from 255 or 6.02% from 332); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA14 is #8145EB. Grayscale: #959595. Windows color (decimal): -8472044 or 1358462. OLE color: 1358462.

HSL color Cylindrical-coordinate representation of color #7EBA14: hue angle of 81.69º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7EBA14 is Cyan = 0.32, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 186 20 -
CMYK 0.32 0 0.89 0.27
HSL 81.69º 0.81% 0.4% -
HSV(B) 81.69º 0.89% 0.73% -
XYZ 26.29 39.6 6.92 -
YUV 149.14 55.12 111.5 -
System Red Green Blue C M Y K H S L
Decimal 126 186 20 0.32 0 0.89 0.27 81.69 0.81 0.4
Hex 7E BA 14 20 0 59 1B 52 51 28
Octal 176 272 24 40 0 131 33 122 121 50
Binary 1111110 10111010 10100 100000 0 1011001 11011 1010010 1010001 101000

Color Harmonies of #7EBA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA14

Black with #7EBA14

Text Example


Text Example

White with #7EBA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,186,20); }

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

background-color css

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

 a { background-color: rgb(126,186,20); }

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

border-color css

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

 span { border-color: rgb(126,186,20); }

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