Html Css Color HEX #7EBA12 Lima

📋 copy color: '#7EBA12'

red 126 ◦ green 186 ◦ blue 18

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

Shades of Lima #7EBA12

Tints of Lima #7EBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.45%

R = 38.18%
G = 56.36%
B = 5.45%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#7EBA12 (or 0x7EBA12) is known color: Lima. HEX triplet: 7E, BA and 12. RGB value is (126,186,18). Sum of RGB (Red+Green+Blue) = 126+186+18=330 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.18% from 330); Green value is 186 (73.05% from 255 or 56.36% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 186 - color contains mainly: green. Hex color #7EBA12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBA12 is #8145ED. Grayscale: #959595. Windows color (decimal): -8472046 or 1227390. OLE color: 1227390.

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

Color convert

RGB 126 186 18 -
CMYK 0.32 0 0.90 0.27
HSL 81.43º 0.82% 0.4% -
HSV(B) 81.43º 0.9% 0.73% -
XYZ 26.27 39.6 6.83 -
YUV 148.91 54.12 111.66 -
System Red Green Blue C M Y K H S L
Decimal 126 186 18 0.32 0 0.90 0.27 81.43 0.82 0.4
Hex 7E BA 12 20 0 5A 1B 51 52 28
Octal 176 272 22 40 0 132 33 121 122 50
Binary 1111110 10111010 10010 100000 0 1011010 11011 1010001 1010010 101000

Color Harmonies of #7EBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBA12

Black with #7EBA12

Text Example


Text Example

White with #7EBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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