Html Css Color HEX #7EBC07 Lima

📋 copy color: '#7EBC07'

red 126 ◦ green 188 ◦ blue 7

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

Shades of Lima #7EBC07

Tints of Lima #7EBC07

RGB

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

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 7 (3.13% from 255) = 2.18%

R = 39.25%
G = 58.57%
B = 2.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#7EBC07 (or 0x7EBC07) is known color: Lima. HEX triplet: 7E, BC and 07. RGB value is (126,188,7). Sum of RGB (Red+Green+Blue) = 126+188+7=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #7EBC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EBC07 is #8143F8. Grayscale: #959595. Windows color (decimal): -8471545 or 507006. OLE color: 507006.

HSL color Cylindrical-coordinate representation of color #7EBC07: hue angle of 80.55º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EBC07 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 126 188 7 -
CMYK 0.33 0 0.96 0.26
HSL 80.55º 0.93% 0.38% -
HSV(B) 80.55º 0.96% 0.74% -
XYZ 26.63 40.42 6.6 -
YUV 148.83 47.96 111.72 -
System Red Green Blue C M Y K H S L
Decimal 126 188 7 0.33 0 0.96 0.26 80.55 0.93 0.38
Hex 7E BC 7 21 0 60 1A 51 5D 26
Octal 176 274 7 41 0 140 32 121 135 46
Binary 1111110 10111100 111 100001 0 1100000 11010 1010001 1011101 100110

Color Harmonies of #7EBC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EBC07

Black with #7EBC07

Text Example


Text Example

White with #7EBC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,188,7); }

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

background-color css

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

 a { background-color: rgb(126,188,7); }

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

border-color css

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

 span { border-color: rgb(126,188,7); }

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